Skip to content

Commit a683312

Browse files
authored
Add token permissions for build-publish workflow (#1079)
1 parent bf7ec57 commit a683312

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-publish.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ on:
1313
jobs:
1414
build-and-publish:
1515
runs-on: ubuntu-latest
16+
permissions:
17+
contents: 'read'
18+
id-token: 'write'
1619
env:
1720
TEST_TAG: ${{ github.repository }}:test
1821
TEST_CONTAINER_NAME: jbi-healthcheck

0 commit comments

Comments
 (0)