Skip to content

Commit e9caa72

Browse files
committed
Update GitHub Actions workflow to set permissions for contents, pages, and id-token
1 parent cd3e6ad commit e9caa72

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/frontend.yml

+5
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ on:
88
branches:
99
- main
1010

11+
permissions:
12+
contents: read
13+
pages: write
14+
id-token: write
15+
1116
jobs:
1217
build:
1318
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)