fix: update github token

update github token in autoupdate workflow

VAN-1349
This commit is contained in:
ahtesham-quraish
2023-04-12 12:08:59 +05:00
parent 683aa258b8
commit 2ba6058ec7

View File

@@ -18,7 +18,7 @@ jobs:
steps:
- uses: docker://chinthakagodawita/autoupdate-action:v1
env:
GITHUB_TOKEN: "${{ secrets.CC_GITHUB_TOKEN }}"
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
DRY_RUN: "false"
PR_FILTER: "labelled"
PR_LABELS: "autoupdate"