We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54b8143 commit 585fa0fCopy full SHA for 585fa0f
.github/actions/libextism/action.yaml
@@ -2,6 +2,11 @@ on: [workflow_call]
2
3
name: libextism
4
5
+inputs:
6
+ gh-token:
7
+ description: "A GitHub PAT"
8
+ default: ${{ github.token }}
9
+
10
runs:
11
using: composite
12
steps:
@@ -12,4 +17,4 @@ runs:
17
- uses: ./.extism-cli/.github/actions/extism-cli
13
18
- name: Install
14
19
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