From 50480f6ccb1835dfe1101a379128491e5bf2ba7c Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Sat, 31 May 2025 08:50:42 +0200 Subject: [PATCH] build: use same GitHub token for releases as for translation etc pushes --- .github/workflows/release-syncthing.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-syncthing.yaml b/.github/workflows/release-syncthing.yaml index 2dfd30164..53619e73b 100644 --- a/.github/workflows/release-syncthing.yaml +++ b/.github/workflows/release-syncthing.yaml @@ -19,7 +19,7 @@ jobs: with: fetch-depth: 0 ref: ${{ github.ref }} # https://github.com/actions/checkout/issues/882 - token: ${{ secrets.STRELEASE_GITHUB_TOKEN }} + token: ${{ secrets.ACTIONS_GITHUB_TOKEN }} - uses: actions/setup-go@v5 with: @@ -47,7 +47,7 @@ jobs: run: | go run ./script/relnotes.go --new-ver "$NEXT" --branch "$GITHUB_REF_NAME" --prev-ver "$PREV" > notes.md env: - GITHUB_TOKEN: ${{ secrets.STRELEASE_GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.ACTIONS_GITHUB_TOKEN }} - name: Create and push tag run: |