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 b56702e commit 029cabfCopy full SHA for 029cabf
1 file changed
.github/workflows/request-deploy.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Request Deployment
36
uses: actions/github-script@v6
37
with:
38
- github-token: ${{secrets.ACTIVE_TOKEN}}
+ github-token: ${{secrets.GITHUB_TOKEN}}
39
script: |
40
const delay = ms => new Promise(resolve => setTimeout(resolve, ms));
41
0 commit comments