Skip to content

Commit 4ea7dbb

Browse files
committed
ci: fix wrong GH token, #6132
1 parent c125757 commit 4ea7dbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow-cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
id: cleanup
4242
uses: stacks-network/actions/cleanup/workflows@main
4343
with:
44-
token: ${{ secrets.GH_TOKEN }}
44+
token: ${{ secrets.GITHUB_TOKEN }}
4545
cache-ttl: ${{ inputs.cache-ttl || env.CACHE_TTL}}
4646
workflow-ttl: ${{ inputs.workflow-ttl || env.WORKFLOW_TTL}}
4747
failed-workflow-ttl: ${{ inputs.failed-workflow-ttl || env.FAILED_WORKFLOW_TTL }}

0 commit comments

Comments
 (0)