diff --git a/.github/workflows/release-candidate.yml b/.github/workflows/release-candidate.yml index b6a9e883..34e52007 100644 --- a/.github/workflows/release-candidate.yml +++ b/.github/workflows/release-candidate.yml @@ -5,6 +5,10 @@ on: tags: - '*-rc*' +permissions: + contents: write + packages: write + jobs: docker_publish: uses: ./.github/workflows/docker.yml diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2acd477f..2a863ce7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,6 +6,10 @@ on: - '*.*.*' - '!*-*' +permissions: + contents: write + packages: write + jobs: docker_publish: uses: ./.github/workflows/docker.yml