From fefceb1290da9d2f9d60c9606b462afce18b2f1c Mon Sep 17 00:00:00 2001 From: MDavidson Date: Mon, 27 Mar 2023 13:49:27 +1300 Subject: [PATCH] fix: update permissions --- .github/workflows/containers.yml | 1 + .github/workflows/release-please.yml | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/.github/workflows/containers.yml b/.github/workflows/containers.yml index 21a3700f..13ee7911 100644 --- a/.github/workflows/containers.yml +++ b/.github/workflows/containers.yml @@ -10,6 +10,7 @@ jobs: permissions: id-token: write contents: read + packages: write steps: - name: Checkout uses: actions/checkout@v3 diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 94f32199..86cd1206 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -20,6 +20,10 @@ jobs: publish-release: needs: release-please runs-on: ubuntu-latest + permissions: + id-token: write + contents: read + packages: write if: ${{ needs.release-please.outputs.release_created }} steps: - name: Checkout