Merge pull request #850 from openedx/ahtesham/VAN-1349/update-github-token

fix: update github token
This commit is contained in:
Blue
2023-04-12 12:20:07 +05:00
committed by GitHub

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"