Skip to content

Commit d94d8a0

Browse files
Boshenclaude
andauthored
feat: add token input for checkout-action (#10)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 7813176 commit d94d8a0

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

action.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
11
name: security-action
22
description: Run security checks
33

4+
inputs:
5+
token:
6+
description: GitHub token used by taiki-e/checkout-action
7+
required: false
8+
default: ${{ github.token }}
9+
410
runs:
511
using: composite
612
steps:
713
- uses: taiki-e/checkout-action@7d1e50e93dc4fb3bba58f85018fadf77898aee8b # v1.4.2
14+
with:
15+
token: ${{ inputs.token }}
816

917
- name: Detect Cargo.lock changes
1018
id: cargo_lock

0 commit comments

Comments
 (0)