Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit585fa0f

Browse files
authored
ci: use token to install libextism (#29)
1 parent54b8143 commit585fa0f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

‎.github/actions/libextism/action.yaml‎

Lines changed: 6 additions & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp