From 96fabd986c7bd166cdc0185f2f9e8d22aed008b9 Mon Sep 17 00:00:00 2001 From: Archi Date: Sun, 24 Oct 2021 19:08:08 +0200 Subject: [PATCH] CI: Use ArchiBot GH token This way releases should not be authored by "github-actions" --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f970f153b..1652ede0f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -468,7 +468,7 @@ jobs: id: github_release uses: actions/create-release@v1.1.4 env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.ARCHIBOT_GITHUB_TOKEN }} with: tag_name: ${{ github.ref }} release_name: ArchiSteamFarm V${{ github.ref }}