Skip to content

Commit 5ebc60f

Browse files
authored
Merge pull request #31 from broadinstitute/jb-gsm-switchover
Adding missing permissions for publish job
2 parents 5bbe2b2 + 0cb7901 commit 5ebc60f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish-base-docker-image.yml

+3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ env:
1010
jobs:
1111
Build-And-Publish-Docker-Image:
1212
runs-on: ubuntu-20.04
13+
permissions:
14+
contents: 'read'
15+
id-token: 'write'
1316
steps:
1417
- name: Check out repository code
1518
uses: actions/checkout@v4

0 commit comments

Comments
 (0)