Skip to content

Commit dfdbeb5

Browse files
authored
fixes permissions for pushing docker image
Added permissions for Docker image pushing.
1 parent e4510bd commit dfdbeb5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/wireguard-code.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: 15
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)