We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4510bd commit dfdbeb5Copy full SHA for dfdbeb5
1 file changed
.github/workflows/wireguard-code.yml
@@ -7,6 +7,9 @@ jobs:
7
build-verify:
8
runs-on: ubuntu-latest
9
timeout-minutes: 15
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