Skip to content

Commit 714cba1

Browse files
committed
ci: add workflow permissions
1 parent f7ec2f2 commit 714cba1

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ jobs:
1515
release:
1616
needs: test-before-release
1717
runs-on: ubuntu-latest
18+
permissions:
19+
contents: read
20+
pages: write
21+
id-token: write
1822

1923
steps:
2024
# Step 1: Checkout code

0 commit comments

Comments
 (0)