Skip to content

Commit

Permalink
chore: Add missing GITHUB_TOKEN permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
konradasb committed Oct 21, 2024
1 parent 1b56455 commit c527c82
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
branches:
- main

permissions:
contents: read
pull-requests: write

jobs:
release-please:
runs-on: ubuntu-latest
Expand All @@ -17,4 +21,4 @@ jobs:
- name: Run release-please
uses: google-github-actions/release-please-action@v4
with:
token: ${{ secrets.ORG_GITHUB_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit c527c82

Please sign in to comment.