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 57f6881 commit d9dd5deCopy full SHA for d9dd5de
.github/workflows/test.yml
@@ -3,6 +3,9 @@ name: Test Platform
3
on:
4
workflow_dispatch
5
6
+env:
7
+ GH_TOKEN: ${{secrets.PLATFORM_TESTER_GITHUB_TOKEN}}
8
+
9
jobs:
10
test:
11
name: Test Platform
docs/testing.md
@@ -2,7 +2,7 @@
2
## Set up tests in GitHub Actions
-Set up `GH_TOKEN` as an environment variable secret. The token needs to have
+Set up `PLATFORM_TESTER_GITHUB_TOKEN` as secret. The token needs to have
`repo:public_repo` and `delete_repo` scopes.
## Run tests in GitHub Actions
0 commit comments