mirror of
https://github.com/zitadel/zitadel.git
synced 2025-05-05 19:40:47 +00:00
chore: add GH Token to sem rel (#1746)
* chore: add GH Token to sem rel * try branch * add GH Token * remove test branch again
This commit is contained in:
parent
18b8047097
commit
f34b5b72b3
4
.github/workflows/zitadel.yml
vendored
4
.github/workflows/zitadel.yml
vendored
@ -35,6 +35,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
dry_run: true
|
dry_run: true
|
||||||
semantic_version: 17.0.4
|
semantic_version: 17.0.4
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
- name: Set outputs
|
- name: Set outputs
|
||||||
id: refs
|
id: refs
|
||||||
run: |
|
run: |
|
||||||
@ -273,6 +275,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
dry_run: false
|
dry_run: false
|
||||||
semantic_version: 17.0.4
|
semantic_version: 17.0.4
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
- name: Echo Semantic Release Versions
|
- name: Echo Semantic Release Versions
|
||||||
if: steps.semantic.outputs.new_release_published == 'true'
|
if: steps.semantic.outputs.new_release_published == 'true'
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user