Skip to content

Commit 5a7070a

Browse files
committed
[NO-ISSUE] arkmqbot needs to be authenticated
Get the credentials for the arkmq bot in order to let it have the rights to push onto main without opening a PR.
1 parent 58e4f7e commit 5a7070a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/update.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
steps:
3030
- name: Checkout the repo
3131
uses: actions/checkout@v4
32+
with:
33+
token: ${{ secrets.BOT_TOKEN }}
3234

3335
- name: Set up the repo
3436
run: |

0 commit comments

Comments
 (0)