Skip to content

Commit 8977100

Browse files
authored
Merge pull request #146 from rstudio/mbh-alt-secret
Use an alternate token for repo dispatch
2 parents 3d26bbd + f6dd1d3 commit 8977100

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
steps:
158158
- uses: actions/github-script@v2
159159
with:
160-
github-token: ${{ secrets.GITHUB_TOKEN }}
160+
github-token: ${{ secrets.DISPATCH_TOKEN }}
161161
script: |
162162
github.repos.createDispatchEvent({
163163
owner: 'rstudio',

0 commit comments

Comments
 (0)