Skip to content

Commit d9dd5de

Browse files
committed
Set GH_TOKEN in workflow
1 parent 57f6881 commit d9dd5de

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: Test Platform
33
on:
44
workflow_dispatch
55

6+
env:
7+
GH_TOKEN: ${{secrets.PLATFORM_TESTER_GITHUB_TOKEN}}
8+
69
jobs:
710
test:
811
name: Test Platform

docs/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Set up tests in GitHub Actions
44

5-
Set up `GH_TOKEN` as an environment variable secret. The token needs to have
5+
Set up `PLATFORM_TESTER_GITHUB_TOKEN` as secret. The token needs to have
66
`repo:public_repo` and `delete_repo` scopes.
77

88
## Run tests in GitHub Actions

0 commit comments

Comments
 (0)