Skip to content

Commit 632a0dd

Browse files
committed
Permissions
1 parent 1e5f08d commit 632a0dd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/cd.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,18 @@ on:
1010

1111
jobs:
1212
release:
13+
permissions:
14+
contents: write
1315
uses: jeffersonlab/java-workflows/.github/workflows/gh-release.yaml@v2
1416
with:
1517
files: build/Hi
1618
secrets: inherit
1719

1820
docs_publish:
21+
permissions:
22+
pages: write
23+
id-token: write
24+
contents: write
1925
needs:
2026
- release
2127
uses: jeffersonlab/java-workflows/.github/workflows/gh-pages-publish.yaml@v2

0 commit comments

Comments
 (0)