Skip to content

Commit 3fe88f1

Browse files
committed
Fix secrets access in composite action
1 parent 847f77b commit 3fe88f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ runs:
1515
- name: Install Just
1616
uses: extractions/setup-just@v3
1717
env:
18-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
18+
GITHUB_TOKEN: ${{ github.token }}
1919
- name: Install pnpm
2020
uses: pnpm/action-setup@v4
2121
if: ${{ !inputs.pnpm-version }}

0 commit comments

Comments
 (0)