Skip to content

Commit

Permalink
ci: use github token
Browse files Browse the repository at this point in the history
  • Loading branch information
zshipko committed Mar 22, 2024
1 parent a7c1077 commit 817a1f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/libextism/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ runs:
- uses: ./.extism-cli/.github/actions/extism-cli
- name: Install
shell: bash
run: sudo extism lib install --version git
run: sudo extism lib install --version git --github-token "$GITHUB_TOKEN"
env:
GITHUB_TOKEN: ${{ github.token }}

0 comments on commit 817a1f9

Please sign in to comment.