Skip to content

Commit

Permalink
Decrease GitHub App permission
Browse files Browse the repository at this point in the history
  • Loading branch information
masutaka committed Jul 2, 2024
1 parent 5e5e0e3 commit 1b05a54
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ jobs:
- name: Release
run: make release
env:
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAP_GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
pushover:
name: pushover if failure
if: failure()
Expand Down

0 comments on commit 1b05a54

Please sign in to comment.