We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8574e94 commit 17a2caeCopy full SHA for 17a2cae
.github/workflows/cli-release-staging.yml
@@ -211,7 +211,17 @@ jobs:
211
contents: read
212
id-token: write
213
steps:
214
- - uses: actions/checkout@v4
+
215
+ - name: Load Infisical secrets
216
+ uses: Infisical/secrets-action@v1
217
+ with:
218
+ method: oidc
219
+ identity-id: ${{ secrets.INFISICAL_IDENTITY_ID }}
220
+ project-slug: ${{ secrets.INFISICAL_PROJECT_SLUG }}
221
+ env-slug: staging
222
+ domain: https://app.infisical.com
223
+ export-type: env
224
+- uses: actions/checkout@v4
225
with:
226
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
227
0 commit comments