mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 21:21:02 +00:00
fix(ci): also provide GITHUB_TOKEN
This commit is contained in:
parent
29fc3488cf
commit
c033af7013
1 changed files with 1 additions and 0 deletions
1
.github/workflows/release.yaml
vendored
1
.github/workflows/release.yaml
vendored
|
|
@ -28,6 +28,7 @@ jobs:
|
|||
- name: Release
|
||||
env:
|
||||
GIT_CREDENTIALS: ${{ secrets.GIT_CREDENTIALS }}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_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