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 c125757 commit 4ea7dbbCopy full SHA for 4ea7dbb
.github/workflows/workflow-cleanup.yml
@@ -41,7 +41,7 @@ jobs:
41
id: cleanup
42
uses: stacks-network/actions/cleanup/workflows@main
43
with:
44
- token: ${{ secrets.GH_TOKEN }}
+ token: ${{ secrets.GITHUB_TOKEN }}
45
cache-ttl: ${{ inputs.cache-ttl || env.CACHE_TTL}}
46
workflow-ttl: ${{ inputs.workflow-ttl || env.WORKFLOW_TTL}}
47
failed-workflow-ttl: ${{ inputs.failed-workflow-ttl || env.FAILED_WORKFLOW_TTL }}
0 commit comments