We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c69171 commit 202d501Copy full SHA for 202d501
.github/workflows/e2e-test.yml
@@ -15,7 +15,8 @@ on:
15
- 'hack/terraform/**'
16
17
env:
18
- # Do NOT use the GITHUB_TOKEN here, see https://github.com/devstream-io/devstream/pull/414 for more info.
+ # DO NOT use the GITHUB_TOKEN here
19
+ # see https://github.com/devstream-io/devstream/pull/414 for more info
20
GITHUB_TOKEN: ${{ secrets.E2E_GITHUB_TOKEN }}
21
DOCKERHUB_USERNAME: ${{ secrets.E2E_DOCKERHUB_USERNAME }}
22
DOCKERHUB_TOKEN: ${{ secrets.E2E_DOCKERHUB_TOKEN }}
0 commit comments