Skip to content

Commit 598a9e3

Browse files
committed
fix(ci/cd): use RenkuBot token
1 parent a48aa96 commit 598a9e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cleanup-old-deployments.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
fetch-depth: 0
1313
- uses: actions/github-script@v7
1414
with:
15+
github-token: ${{ secrets.RENKUBOT_GITHUB_TOKEN }}
1516
script: |
1617
const script = require('./.github/workflows/cleanup-old-deployments.js')
1718
await script({ core, github })

0 commit comments

Comments
 (0)