Skip to content

Commit

Permalink
Merge pull request #169 from masutaka/descrease-github-app-permission
Browse files Browse the repository at this point in the history
Decrease GitHub App permission
  • Loading branch information
masutaka authored Jul 2, 2024
2 parents 5e5e0e3 + 1b05a54 commit da641f1
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 da641f1

Please sign in to comment.