Skip to content

Commit f490592

Browse files
committed
Merge branch 'dev' into releases/v1
2 parents 46559ed + 492f426 commit f490592

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/integration.yml

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Integration Tests 🧪
22
on:
33
workflow_call:
4+
secrets:
5+
PAT:
6+
required: true
47
workflow_dispatch:
58
schedule:
69
- cron: 30 15 * * 0-6

.github/workflows/version.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ jobs:
1515
call-integration-workflow:
1616
name: Verify Major Tag 🚀
1717
needs: update-majorver
18-
secrets: inherit
1918
uses: ./.github/workflows/integration.yml
19+
secrets:
20+
PAT: ${{ secrets.PAT }}
2021

2122
update-registries:
2223
needs: call-integration-workflow

0 commit comments

Comments
 (0)