Skip to content

Commit

Permalink
chore: Fix CD
Browse files Browse the repository at this point in the history
  • Loading branch information
wakamsha committed Jun 19, 2024
1 parent 04ab749 commit e502b58
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,16 @@ on:

permissions:
contents: write
issues: write
pull-requests: write

jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Generate Token
id: app-token
uses: actions/create-github-app-token@v1
id: app-token
with:
app-id: ${{ secrets.APP_ID }}
private-key: ${{ secrets.PRIVATE_KEY }}
Expand Down

0 comments on commit e502b58

Please sign in to comment.