We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8058ef4 commit 6ee0032Copy full SHA for 6ee0032
.github/workflows/run-e2e-tests.yml
@@ -17,6 +17,7 @@ jobs:
17
env:
18
NODE_ENV: dev
19
PR_NUMBER: ${{ inputs.prNumber }}
20
+ GH_TOKEN: ${{ github.token }}
21
permissions:
22
id-token: write # needed to interact with GitHub's OIDC Token endpoint.
23
contents: read
0 commit comments