Skip to content

Commit f8e2ab8

Browse files
authored
workflows/main.yml: Added permissions for write access to contents, packages, and id-token.
1 parent 1941f83 commit f8e2ab8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ on:
77
pull_request:
88
workflow_dispatch:
99

10+
permissions:
11+
contents: write
12+
packages: write
13+
id-token: write
14+
actions: read
15+
1016
concurrency:
1117
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
1218
cancel-in-progress: true

0 commit comments

Comments
 (0)