fix: update github token
update github token in autoupdate workflow VAN-1349
This commit is contained in:
@@ -18,7 +18,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: docker://chinthakagodawita/autoupdate-action:v1
|
- uses: docker://chinthakagodawita/autoupdate-action:v1
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: "${{ secrets.CC_GITHUB_TOKEN }}"
|
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
DRY_RUN: "false"
|
DRY_RUN: "false"
|
||||||
PR_FILTER: "labelled"
|
PR_FILTER: "labelled"
|
||||||
PR_LABELS: "autoupdate"
|
PR_LABELS: "autoupdate"
|
||||||
|
|||||||
Reference in New Issue
Block a user