Skip to content

Commit

Permalink
chore: add permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
fabien0102 committed Apr 3, 2024
1 parent da36a8f commit 3cdeb33
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ on:
push:
branches:
- main

permissions:
contents: write
pull-requests: write

name: Run Release Please
jobs:
release-please:
Expand All @@ -10,7 +15,6 @@ jobs:
- uses: google-github-actions/release-please-action@v4
id: release
with:
command: manifest
token: ${{secrets.GITHUB_TOKEN}}
default-branch: main

Expand Down

0 comments on commit 3cdeb33

Please sign in to comment.