Skip to content

Commit

Permalink
fix(ci/cd): use RenkuBot token
Browse files Browse the repository at this point in the history
  • Loading branch information
leafty committed Mar 19, 2024
1 parent a48aa96 commit 598a9e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cleanup-old-deployments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
fetch-depth: 0
- uses: actions/github-script@v7
with:
github-token: ${{ secrets.RENKUBOT_GITHUB_TOKEN }}
script: |
const script = require('./.github/workflows/cleanup-old-deployments.js')
await script({ core, github })

0 comments on commit 598a9e3

Please sign in to comment.