CI: Use ArchiBot GH token

This way releases should not be authored by "github-actions"
This commit is contained in:
Archi
2021-10-24 19:08:08 +02:00
parent eb876aa4d1
commit 96fabd986c

View File

@@ -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 }}