We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 847f77b commit 3fe88f1Copy full SHA for 3fe88f1
1 file changed
.github/actions/setup/action.yml
@@ -15,7 +15,7 @@ runs:
15
- name: Install Just
16
uses: extractions/setup-just@v3
17
env:
18
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ github.token }}
19
- name: Install pnpm
20
uses: pnpm/action-setup@v4
21
if: ${{ !inputs.pnpm-version }}
0 commit comments