Skip to content

Commit

Permalink
Fix checkout step
Browse files Browse the repository at this point in the history
  • Loading branch information
azatsarynnyy authored Nov 30, 2023
1 parent e8a189b commit 8fd8b08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/image-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
token: ${{ secrets.CHE_INCUBATOR_BOT_TOKEN }}
# with:
# token: ${{ secrets.CHE_INCUBATOR_BOT_TOKEN }}
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
Expand Down

0 comments on commit 8fd8b08

Please sign in to comment.