Skip to content

Commit 27ed567

Browse files
Update setup.yaml
1 parent 09a1e19 commit 27ed567

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/setup.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ jobs:
3131
PERSONAL_ACCESS_TOKEN: ${{ steps.set-token.outputs.PERSONAL_ACCESS_TOKEN }}
3232
steps:
3333
- name: Load secret
34-
id: load-secret
35-
if: ${{ inputs.install-deps != 'none' }}
3634
uses: 1password/load-secrets-action@v2
3735
with:
3836
export-env: true
@@ -42,7 +40,6 @@ jobs:
4240

4341
- name: Set token output
4442
id: set-token
45-
if: ${{ inputs.install-deps != 'none' }}
4643
run: echo "PERSONAL_ACCESS_TOKEN=${PERSONAL_ACCESS_TOKEN}" >> $GITHUB_OUTPUT
4744

4845
- name: Check out

0 commit comments

Comments
 (0)