Skip to content

Commit 0c1d008

Browse files
authored
Merge pull request #1239 from OneSignal/actions/user_github_token
Replace a token name used in testing with GITHUB_TOKEN
2 parents b1f4ec6 + ce767c7 commit 0c1d008

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/set_response_time.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v3
1818
with:
19-
token: ${{ secrets.ACTIONSTESTTOKEN }}
19+
token: ${{ secrets.GITHUB_TOKEN }}
2020
- run: npm install @octokit/action
2121
- uses: actions/github-script@v6
2222
id: set-time

0 commit comments

Comments
 (0)