Skip to content

Commit b3a3a10

Browse files
tashianclaude
andcommitted
Fix frizbee-action: pass GITHUB_TOKEN and use correct inputs
The frizbee-action requires GITHUB_TOKEN and doesn't have an 'action' input. Set open_pr: false (we only want check mode) and pass the token via env. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 3492be5 commit b3a3a10

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/frizbee.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
persist-credentials: false
1515
- name: Check pinning
1616
uses: stacklok/frizbee-action@c7009cdb455a69ae0dab0c37f296e0f545b4211c # v0.0.5
17+
env:
18+
GITHUB_TOKEN: ${{ github.token }}
1719
with:
18-
action: check
20+
open_pr: false
1921
fail_on_unpinned: true

0 commit comments

Comments
 (0)