Skip to content

Commit

Permalink
Merge pull request #19 from OnedocLabs/ffo-37-cant-push-to-protected-…
Browse files Browse the repository at this point in the history
…branches

Adds bot release workflow
  • Loading branch information
AugusteLef committed Apr 16, 2024
2 parents 36dd40d + a94fa90 commit c2f454a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,16 @@ jobs:
permissions:
contents: write
steps:
- uses: actions/create-github-app-token@v1
id: app-token
with:
app-id: ${{ secrets.APP_ID }}
private-key: ${{ secrets.APP_PRIVATE_KEY }}

- uses: actions/checkout@v4
with:
token: ${{ steps.app-token.outputs.token }}

- uses: actions/setup-node@v4
with:
node-version: 18
Expand Down

0 comments on commit c2f454a

Please sign in to comment.