parent
e2aac147e5
commit
2a0f5eab52
8
.github/workflows/releasecommit.yml
vendored
8
.github/workflows/releasecommit.yml
vendored
@ -53,13 +53,13 @@ jobs:
|
||||
env:
|
||||
VERSION: "${{ inputs.version }}"
|
||||
RELEASE_TYPE: "${{ inputs.release_type }}"
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
steps:
|
||||
- name: Checkout Repo
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
ssh-key: ${{ secrets.SSH_KEY }}
|
||||
|
||||
- name: Restore Cached Files
|
||||
uses: actions/cache@v3
|
||||
@ -117,13 +117,13 @@ jobs:
|
||||
if: "${{ !inputs.is_release }}"
|
||||
env:
|
||||
VERSION: "${{ inputs.version }}"
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
steps:
|
||||
- name: Checkout Repo
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
ssh-key: ${{ secrets.SSH_KEY }}
|
||||
|
||||
- name: Restore Cached Files
|
||||
uses: actions/cache@v3
|
||||
|
5
.github/workflows/updateqb.yml
vendored
5
.github/workflows/updateqb.yml
vendored
@ -16,15 +16,14 @@ jobs:
|
||||
if: "${{ github.repository_owner == 'Nomi-CEu' }}"
|
||||
name: Update Quest Book Jsons and Lang (${{ inputs.tag }})
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
|
||||
steps:
|
||||
- name: Checkout Ref
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
ref: ${{ inputs.tag }}
|
||||
ssh-key: ${{ secrets.SSH_KEY }}
|
||||
|
||||
- name: Restore Cached Files
|
||||
uses: actions/cache@v3
|
||||
|
Loading…
x
Reference in New Issue
Block a user