Skip to content

Commit 248a081

Browse files
committed
fix: permissions in GH action workflow
1 parent 09c3bf6 commit 248a081

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/fetch-assets.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,7 @@ jobs:
77
fetch-assets:
88
runs-on: ubuntu-latest
99
permissions:
10-
pages: write
11-
id-token: write
12-
environment:
13-
name: github-pages
10+
contents: write
1411

1512
steps:
1613
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)