We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
autoupdate
NETCODE_CI_SERVICE_TOKEN
1 parent 162989f commit 4a7e85dCopy full SHA for 4a7e85d
.github/workflows/autoupdate.yaml
@@ -10,7 +10,7 @@ jobs:
10
steps:
11
- uses: docker://chinthakagodawita/autoupdate-action:v1
12
env:
13
- GITHUB_TOKEN: "${{ secrets.NETCODE_BOT_KEY }}"
+ GITHUB_TOKEN: "${{ secrets.NETCODE_CI_SERVICE_TOKEN }}"
14
PR_FILTER: "auto_merge"
15
PR_READY_STATE: "ready_for_review"
16
MERGE_CONFLICT_ACTION: "ignore"
0 commit comments