Skip to content

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 950298d commit c1939ca
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 @@ -24,6 +24,8 @@ jobs:
sudo pip install docker==5.0.3 docker-squash cekit odcs[client] packaging==21.3
- 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 @@ -43,6 +43,8 @@ jobs:
steps:
- 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 c1939ca

Please sign in to comment.