Skip to content

Commit 7d38ccd

Browse files
committed
try fix workflows permissions
1 parent 687dd37 commit 7d38ccd

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/main.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,15 @@ on:
77
# Allows you to run this workflow manually from the Actions tab
88
workflow_dispatch:
99

10+
permissions: {}
11+
1012
jobs:
1113
build:
1214
runs-on: ubuntu-latest
13-
15+
permissions:
16+
contents: write
17+
id-token: write
18+
pull-requests: write
1419
steps:
1520
- uses: actions/checkout@v3
1621
with:

0 commit comments

Comments
 (0)