Skip to content

Commit e14f123

Browse files
committed
chore: add permissions to ci
1 parent 2a49616 commit e14f123

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,14 @@ jobs:
2525
name: 'Release'
2626
if: github.repository == 'rehype-pretty/rehype-pretty-code' && !contains(github.event.head_commit.message, '[skip ci]')
2727
runs-on: ['ubuntu-latest']
28+
permissions:
29+
issues: write
30+
actions: write
31+
packages: write
32+
contents: write
33+
id-token: write
34+
pull-requests: write
35+
repository-projects: write
2836
steps:
2937
- name: 'Checkout Repository'
3038
uses: actions/checkout@v4

0 commit comments

Comments
 (0)