mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 21:21:02 +00:00
fix(ci): provide PAT as GH_TOKEN
This commit is contained in:
parent
c033af7013
commit
7f6af16d55
1 changed files with 3 additions and 2 deletions
5
.github/workflows/release.yaml
vendored
5
.github/workflows/release.yaml
vendored
|
|
@ -11,6 +11,8 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
persist-credentials: false
|
||||
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v2
|
||||
|
|
@ -27,8 +29,7 @@ jobs:
|
|||
|
||||
- name: Release
|
||||
env:
|
||||
GIT_CREDENTIALS: ${{ secrets.GIT_CREDENTIALS }}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GH_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
|
||||
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
|
||||
run: semantic-release
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue