mirror of
https://github.com/immich-app/immich
synced 2026-08-22 13:13:05 +00:00
feat: use explicit app token for all workflows (#22949)
This commit is contained in:
parent
13d33f834f
commit
08f81eb3c6
19 changed files with 318 additions and 23 deletions
1
.github/workflows/fix-format.yml
vendored
1
.github/workflows/fix-format.yml
vendored
|
|
@ -51,6 +51,7 @@ jobs:
|
|||
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
|
||||
if: always()
|
||||
with:
|
||||
github-token: ${{ steps.generate-token.outputs.token }}
|
||||
script: |
|
||||
github.rest.issues.removeLabel({
|
||||
issue_number: context.payload.pull_request.number,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue