We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3258c7f commit 670e531Copy full SHA for 670e531
1 file changed
.github/workflows/stage-4-acceptance.yaml
@@ -96,6 +96,7 @@ jobs:
96
- name: "Run e2e tests"
97
uses: ./.github/actions/e2e-tests
98
env:
99
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
100
NON_PROD_API_KEY: ${{ secrets.NON_PROD_API_KEY }}
101
INTERNAL_DEV_TEST_PEM: ${{ secrets.INTERNAL_DEV_TEST_PEM }}
102
with:
0 commit comments