Skip to content

Commit

Permalink
chore: use bot auth token
Browse files Browse the repository at this point in the history
  • Loading branch information
0x4007 authored Aug 23, 2024
1 parent 2a50c7b commit 055e20e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Delete Unauthorized Issues
run: bash ./scripts/delete-unauthorized-issues.sh
env:
GH_TOKEN: ${{ secrets.PAT }}
GH_TOKEN: ${{ steps.get_installation_token.outputs.token }}

- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 055e20e

Please sign in to comment.