mirror of
https://github.com/nextcloud/all-in-one.git
synced 2024-11-10 17:03:44 +08:00
fix token
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
353b65fa09
commit
0810904d41
1 changed files with 1 additions and 1 deletions
2
.github/workflows/update-yaml.yml
vendored
2
.github/workflows/update-yaml.yml
vendored
|
@ -25,4 +25,4 @@ jobs:
|
||||||
labels: dependencies
|
labels: dependencies
|
||||||
milestone: next
|
milestone: next
|
||||||
branch: aio-yaml-update
|
branch: aio-yaml-update
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
Loading…
Reference in a new issue