Skip to content

Commit

Permalink
ci: set GITHUB_ACCESS_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Aug 6, 2024
1 parent 6cea2a7 commit 39ae1b9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ jobs:
args: |
get kind
system install firecracker
working-directory: example
working-directory:
env:
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Show arkade version
run: |
type arakade
Expand Down

0 comments on commit 39ae1b9

Please sign in to comment.