Fix patch workflow permissions (#4024)
This commit is contained in:
parent
8890053176
commit
0d67160200
1 changed files with 1 additions and 0 deletions
1
.github/workflows/patch.yml
vendored
1
.github/workflows/patch.yml
vendored
|
@ -40,6 +40,7 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ inputs.git-tag }}
|
||||
token: ${{ secrets.RELEASE_PLZ_TOKEN }}
|
||||
|
||||
- name: Install a TOML parser
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue