Skip to content

Commit 585fa0f

Browse files
authored
ci: use token to install libextism (#29)
1 parent 54b8143 commit 585fa0f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Diff for: .github/actions/libextism/action.yaml

+6-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ on: [workflow_call]
22

33
name: libextism
44

5+
inputs:
6+
gh-token:
7+
description: "A GitHub PAT"
8+
default: ${{ github.token }}
9+
510
runs:
611
using: composite
712
steps:
@@ -12,4 +17,4 @@ runs:
1217
- uses: ./.extism-cli/.github/actions/extism-cli
1318
- name: Install
1419
shell: bash
15-
run: sudo extism lib install --version git
20+
run: sudo extism lib install --version git --github-token ${{ inputs.gh-token }}

0 commit comments

Comments
 (0)