-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4d93858
commit 370212f
Showing
2 changed files
with
3 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,27 +27,6 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v4 | ||
|
||
- uses: Infisical/[email protected] | ||
name: Pull secrets from Infisical | ||
if: ${{ inputs.pull_secrets }} | ||
with: | ||
client-id: ${{ secrets.MACHINE_IDENTITY_CLIENT_ID }} | ||
client-secret: ${{ secrets.MACHINE_IDENTITY_CLIENT_SECRET }} | ||
env-slug: ${{ inputs.env_slug }} | ||
project-slug: ${{ inputs.project_slug }} | ||
export-type: "file" | ||
file-output-path: "/.env" | ||
secret-path: "/" | ||
recursive: true | ||
|
||
- uses: cardinalby/export-env-action@v2 | ||
with: | ||
envFile: '.env' | ||
export: true | ||
# export everything except DATABASE_URL using regex | ||
filter: ^(?!DATABASE_URL$).*$ | ||
mask: true | ||
|
||
- uses: ./.github/actions/install | ||
name: Install dependencies | ||
with: | ||
|