Skip to content

Commit

Permalink
ci: set GITHUB_ACCESS_TOKEN variable
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Jul 17, 2024
1 parent 6541e67 commit 4911759
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,12 @@ jobs:
args: |
install
working-directory: example
env:
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Show kamal version
run: |
fluentci run --wasm . help
flox activate -- kamal version
working-directory: example
env:
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 4911759

Please sign in to comment.