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 a48aa96 commit 598a9e3Copy full SHA for 598a9e3
.github/workflows/cleanup-old-deployments.yml
@@ -12,6 +12,7 @@ jobs:
12
fetch-depth: 0
13
- uses: actions/github-script@v7
14
with:
15
+ github-token: ${{ secrets.RENKUBOT_GITHUB_TOKEN }}
16
script: |
17
const script = require('./.github/workflows/cleanup-old-deployments.js')
18
await script({ core, github })
0 commit comments