Skip to content

Commit

Permalink
Fix typo to use GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
ruffsl committed Jul 6, 2024
1 parent eb26b41 commit 894126c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_test_integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
with:
ref: ${{ inputs.integration_ref }}
repository: ${{ inputs.integration_repo }}
token: ${{ secrets.GIT_CHECKOUT_PAT }}
token: ${{ secrets.GITHUB_TOKEN }}
submodules: 'recursive'

- name: Bake base stages
Expand Down

0 comments on commit 894126c

Please sign in to comment.