Skip to content

Commit

Permalink
ci: use token to install libextism (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
G4Vi authored Aug 23, 2024
1 parent 443a762 commit b58b614
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/actions/libextism/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ on: [workflow_call]

name: libextism

inputs:
gh-token:
description: "A GitHub PAT"
default: ${{ github.token }}

runs:
using: composite
steps:
Expand All @@ -12,4 +17,4 @@ 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 ${{ inputs.gh-token }}

0 comments on commit b58b614

Please sign in to comment.