Skip to content

Commit e4510bd

Browse files
authored
fixes permissions for pushing docker image
Set GITHUB_TOKEN permissions for Docker image push.
1 parent 127d1d9 commit e4510bd

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/model.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ jobs:
77
build-verify:
88
runs-on: ubuntu-latest
99
timeout-minutes: 20
10+
# set per-job GITHUB_TOKEN permissions such that pushing the Docker image will be possible:
11+
permissions:
12+
packages: write
1013
steps:
1114
- name: Create Image ID
1215
run: |

0 commit comments

Comments
 (0)