Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
[NO-ISSUE] Use arkmq-bot token to checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
brusdev committed Dec 13, 2024
1 parent 2ef24fe commit 0683abf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:

- name: Checkout the repo
uses: actions/checkout@v4
with:
token: ${{ secrets.BOT_TOKEN }}

- name: Create release tag
if: ${{ github.event_name == 'workflow_dispatch' }}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ jobs:

- name: Checkout the repo
uses: actions/checkout@v4
with:
token: ${{ secrets.BOT_TOKEN }}

- name: Set up the repo
run: |
Expand Down

0 comments on commit 0683abf

Please sign in to comment.