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.
1 parent 09a1e19 commit 27ed567Copy full SHA for 27ed567
.github/workflows/setup.yaml
@@ -31,8 +31,6 @@ jobs:
31
PERSONAL_ACCESS_TOKEN: ${{ steps.set-token.outputs.PERSONAL_ACCESS_TOKEN }}
32
steps:
33
- name: Load secret
34
- id: load-secret
35
- if: ${{ inputs.install-deps != 'none' }}
36
uses: 1password/load-secrets-action@v2
37
with:
38
export-env: true
@@ -42,7 +40,6 @@ jobs:
42
40
43
41
- name: Set token output
44
id: set-token
45
46
run: echo "PERSONAL_ACCESS_TOKEN=${PERSONAL_ACCESS_TOKEN}" >> $GITHUB_OUTPUT
47
48
- name: Check out
0 commit comments