diff options
author | Jared Allard <jaredallard@users.noreply.github.com> | 2022-11-12 02:51:16 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-12 11:51:16 +0100 |
commit | e88f4f5e57e1a941c9e11f3cc34e291bf73394c5 (patch) | |
tree | 90e8d8279a27a816130a53af6391b620ccf0a9f5 /.github/workflows | |
parent | 210341fba168533069f12172f61090ea45603778 (diff) |
ci: write permissions to packages (#1906)
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build-image.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index 58c558723..a95efc94c 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -12,6 +12,7 @@ on: - Dockerfile permissions: contents: read + packages: write jobs: build-image: |