From f34b5b72b3a5424d155f302db09106df334e4f54 Mon Sep 17 00:00:00 2001 From: Livio Amstutz Date: Wed, 19 May 2021 08:11:42 +0200 Subject: [PATCH] chore: add GH Token to sem rel (#1746) * chore: add GH Token to sem rel * try branch * add GH Token * remove test branch again --- .github/workflows/zitadel.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/zitadel.yml b/.github/workflows/zitadel.yml index 5e9cd8b36d..1238e68f53 100644 --- a/.github/workflows/zitadel.yml +++ b/.github/workflows/zitadel.yml @@ -35,6 +35,8 @@ jobs: with: dry_run: true semantic_version: 17.0.4 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Set outputs id: refs run: | @@ -273,6 +275,8 @@ jobs: with: dry_run: false semantic_version: 17.0.4 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Echo Semantic Release Versions if: steps.semantic.outputs.new_release_published == 'true' run: |