Skip to content

Commit 029cabf

Browse files
authored
Use GITHUB_TOKEN instead of ACTIVE_TOKEN in request-deploy.yml (#8414)
1 parent b56702e commit 029cabf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/request-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Request Deployment
3636
uses: actions/github-script@v6
3737
with:
38-
github-token: ${{secrets.ACTIVE_TOKEN}}
38+
github-token: ${{secrets.GITHUB_TOKEN}}
3939
script: |
4040
const delay = ms => new Promise(resolve => setTimeout(resolve, ms));
4141

0 commit comments

Comments
 (0)