We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05cd72c commit c4023d2Copy full SHA for c4023d2
.github/workflows/lint.yml
@@ -86,6 +86,11 @@ jobs:
86
GITHUB_DEFAULT_BRANCH: ${{ inputs.github-default-branch }}
87
GITGUARDIAN_API_KEY: ${{ steps.op-load-secret.outputs.GITGUARDIAN_API_KEY }}
88
89
+ - name: Unload GitGuardian credentials
90
+ uses: 1password/load-secrets-action@13f58eec611f8e5db52ec16247f58c508398f3e6 # v3.0.0
91
+ with:
92
+ unset-previous: true
93
+
94
lint:
95
strategy:
96
matrix:
0 commit comments