We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88293d8 commit 4601777Copy full SHA for 4601777
1 file changed
.github/actions/acceptance-tests/action.yml
@@ -48,7 +48,7 @@ runs:
48
if: ${{ inputs.testType == 'e2e' }}
49
id: check_proxy_deployed
50
env:
51
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ env.GITHUB_TOKEN }}
52
PR_NUMBER: ${{ steps.pr_exists.outputs.pr_number }}
53
run: |
54
if [[ -z "$PR_NUMBER" ]]; then
0 commit comments