We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
github.token
1 parent 67e23e1 commit 628f367Copy full SHA for 628f367
actions/setup-environment/action.yml
@@ -32,7 +32,7 @@ inputs:
32
token:
33
description: 'The token to use for checkout'
34
required: false
35
- default: ${{ secrets.GITHUB_TOKEN }}
+ default: ${{ github.token }}
36
37
runs:
38
using: 'composite'
@@ -77,4 +77,4 @@ runs:
77
- name: Install dependencies with npm
78
if: inputs.pnpm != 'true'
79
shell: bash
80
- run: npm ci ${{ inputs.install-flags }}
+ run: npm ci ${{ inputs.install-flags }}
0 commit comments