From 98acc1f55aca2a6d308cc7050285380ca9b976b7 Mon Sep 17 00:00:00 2001 From: Nanne Baars Date: Tue, 5 Dec 2023 11:15:06 +0100 Subject: [PATCH] fix: get the right Github token --- .github/workflows/release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index eb695a790..cc87c2e81 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,6 +8,8 @@ jobs: if: github.repository == 'WebGoat/WebGoat' name: Release WebGoat runs-on: ubuntu-latest + permissions: + contents: write environment: name: release steps: @@ -91,7 +93,7 @@ jobs: context: ./ file: ./Dockerfile push: true - platforms: linux/amd64, linux/arm64, linux/arm/v7 + platforms: linux/amd64, linux/arm64 tags: | webgoat/webgoat:${{ env.WEBGOAT_TAG_VERSION }} webgoat/webgoat:latest