We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 127d1d9 commit e4510bdCopy full SHA for e4510bd
1 file changed
.github/workflows/model.yml
@@ -7,6 +7,9 @@ jobs:
7
build-verify:
8
runs-on: ubuntu-latest
9
timeout-minutes: 20
10
+ # set per-job GITHUB_TOKEN permissions such that pushing the Docker image will be possible:
11
+ permissions:
12
+ packages: write
13
steps:
14
- name: Create Image ID
15
run: |
0 commit comments