aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2021-01-06 14:33:10 +0100
committerPatrick Spek <p.spek@tyil.nl>2021-01-06 14:33:10 +0100
commitddf8870507488c66e3106c053fe6aace99d0d8f1 (patch)
tree9095df8b7ad6e60e108cd5d09dac750801d30ae7 /.github
parent44acec75287a749e3c6f96770c7cf2baa27053f4 (diff)
Use different credentials when creating a release
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/pre-release.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/pre-release.yml b/.github/workflows/pre-release.yml
index 4eb0e4d..c799d1c 100644
--- a/.github/workflows/pre-release.yml
+++ b/.github/workflows/pre-release.yml
@@ -15,7 +15,8 @@ jobs:
- name: Release
uses: actions/create-release@v1
env:
- GITHUB_TOKEN: ${{ github.token }}
+ GITHUB_USER: ${{ secrets.WORKFLOW_RELEASE_USER }}
+ GITHUB_TOKEN: ${{ secrets.WORKFLOW_RELEASE_PAT }}
with:
tag_name: ${{ github.ref }}
release_name: ${{ github.ref }}