Skip to content

Commit d0f6209

Browse files
committed
permission
1 parent 89b344a commit d0f6209

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ on:
44
pull_request:
55
workflow_dispatch:
66

7-
permissions: { }
7+
permissions:
8+
id-token: write
9+
contents: read
810
# Allow one instance of this workflow per pull request, and cancel older runs when new changes are pushed
911
concurrency:
1012
group: ci-pr-${{ github.ref }}

0 commit comments

Comments
 (0)