Skip to content

Commit

Permalink
chore: add permissions to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
o-az committed May 14, 2024
1 parent 2a49616 commit e14f123
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@ jobs:
name: 'Release'
if: github.repository == 'rehype-pretty/rehype-pretty-code' && !contains(github.event.head_commit.message, '[skip ci]')
runs-on: ['ubuntu-latest']
permissions:
issues: write
actions: write
packages: write
contents: write
id-token: write
pull-requests: write
repository-projects: write
steps:
- name: 'Checkout Repository'
uses: actions/checkout@v4
Expand Down

0 comments on commit e14f123

Please sign in to comment.