From 18b391fb6e9944662672448806980475ab5a36d5 Mon Sep 17 00:00:00 2001 From: RaviAnand Mohabir Date: Thu, 4 May 2023 11:42:59 +0200 Subject: [PATCH] ci: allow write permissions --- .github/workflows/main.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e04c3b4..01f81f6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,6 +10,9 @@ env: IMAGE_NAME_FRONTEND: ${{ github.repository }}-frontend IMAGE_NAME_SERVER: ${{ github.repository }}-server +permissions: + contents: write + jobs: release: runs-on: ubuntu-latest @@ -33,7 +36,6 @@ jobs: with: body_path: GITHUB_CHANGELOG.md tag_name: ${{ steps.release.outputs.version }} - token: ${{ github.token }} - name: Log in to the Container registry uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9 if: ${{ steps.changelog.outputs.skipped == 'false' }}