Skip to content

Commit

Permalink
ci: set permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
qhantom committed Nov 14, 2024
1 parent 9a09999 commit 5948aac
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ concurrency:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

permissions:
contents: write
pull-requests: write
actions: read

jobs:
lint:
name: Lint
Expand Down Expand Up @@ -195,6 +200,8 @@ jobs:
- name: Release Please
uses: googleapis/release-please-action@v4
id: release
with:
token: ${{ secrets.RELEASE_PLEASE }}

- name: Checkout repo
uses: actions/checkout@v4
Expand Down

0 comments on commit 5948aac

Please sign in to comment.