diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 865c769a3..b50a03c2f 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -1,6 +1,9 @@ name: Integration Tests ๐Ÿงช on: workflow_call: + secrets: + PAT: + required: true workflow_dispatch: schedule: - cron: 30 15 * * 0-6 diff --git a/.github/workflows/version.yml b/.github/workflows/version.yml index 0e255f820..75ae3f47d 100644 --- a/.github/workflows/version.yml +++ b/.github/workflows/version.yml @@ -15,8 +15,9 @@ jobs: call-integration-workflow: name: Verify Major Tag ๐Ÿš€ needs: update-majorver - secrets: inherit uses: ./.github/workflows/integration.yml + secrets: + PAT: ${{ secrets.PAT }} update-registries: needs: call-integration-workflow