Skip to content

Commit 17a2cae

Browse files
Update cli-release-staging.yml
1 parent 8574e94 commit 17a2cae

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/workflows/cli-release-staging.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,17 @@ jobs:
211211
contents: read
212212
id-token: write
213213
steps:
214-
- uses: actions/checkout@v4
214+
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
215225
with:
216226
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
217227

0 commit comments

Comments
 (0)