Skip to content

Commit

Permalink
fix the access token for offline runners cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
james-jdgtl committed Nov 29, 2024
1 parent d9e6e22 commit 576e976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@ jobs:
- name: Remove offline runners
uses: ./.github/actions/runner-cleanup
with:
gh_auth_token: ${{ steps.github-app-token.outputs.token }}
gh_auth_token: ${{ steps.generate-github-app-tokens.outputs.access-token }}
github_repository: ${{ vars.GH_REPOSITORY }}

0 comments on commit 576e976

Please sign in to comment.