Skip to content

Commit 4601777

Browse files
committed
Get github token from env
1 parent 88293d8 commit 4601777

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/acceptance-tests/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ runs:
4848
if: ${{ inputs.testType == 'e2e' }}
4949
id: check_proxy_deployed
5050
env:
51-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
51+
GITHUB_TOKEN: ${{ env.GITHUB_TOKEN }}
5252
PR_NUMBER: ${{ steps.pr_exists.outputs.pr_number }}
5353
run: |
5454
if [[ -z "$PR_NUMBER" ]]; then

0 commit comments

Comments
 (0)