From 1a2fb8a38497f7f7fb9ed5e7ba896818829d73c1 Mon Sep 17 00:00:00 2001 From: Stephan Besser Date: Thu, 5 Dec 2024 19:41:08 +0100 Subject: [PATCH] #build-patch: build --- .github/workflows/github-create-release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/github-create-release.yml b/.github/workflows/github-create-release.yml index ce9900d..f529c9c 100644 --- a/.github/workflows/github-create-release.yml +++ b/.github/workflows/github-create-release.yml @@ -31,6 +31,9 @@ jobs: runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4 + # this is important to make sure that tokens are not reused in subsequent steps + # -> removeing this will cause the "GITHUB_TOKEN: ${{ secrets.AUTOMATOR_DEVOPS_PAT }}" to + # reuse the token from the previous step although defined otherwise with: persist-credentials: false - uses: actions/setup-node@v3