You've already forked CS-Box
1.9.4
Forgot to change RELEASE_PAT to CHANGELOG_PAT
This commit is contained in:
@@ -63,7 +63,7 @@ jobs:
|
|||||||
- name: Create and push tag (Gitea PAT)
|
- name: Create and push tag (Gitea PAT)
|
||||||
shell: bash
|
shell: bash
|
||||||
env:
|
env:
|
||||||
RELEASE_PAT: ${{ secrets.RELEASE_PAT }}
|
RELEASE_PAT: ${{ secrets.CHANGELOG_PAT}}
|
||||||
run: |
|
run: |
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
@@ -84,7 +84,7 @@ jobs:
|
|||||||
- name: Create release + upload asset
|
- name: Create release + upload asset
|
||||||
shell: bash
|
shell: bash
|
||||||
env:
|
env:
|
||||||
RELEASE_PAT: ${{ secrets.RELEASE_PAT }}
|
RELEASE_PAT: ${{ secrets.CHANGELOG_PAT}}
|
||||||
run: |
|
run: |
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user