[CHORE] Adjust Actions
This commit is contained in:
parent
1c49f8a2de
commit
d2153853f0
2 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
deploy-env: ci
|
deploy-env: ci
|
||||||
infisical-token: ${{ secrets.INFISICAL_ELYSIUM_CI_READ_TOKEN }}
|
infisical-token: ${{ secrets.INFISICAL_ELYSIUM_CI_READ_TOKEN }}
|
||||||
|
infisical-project: ${{ vars.INFISICAL_DEPLOYMENTS_PROJECT_ID }}
|
||||||
extra-secret-paths: /dashboard,/alexandria
|
extra-secret-paths: /dashboard,/alexandria
|
||||||
extra-secret-envs: ci,ci
|
extra-secret-envs: ci,ci
|
||||||
# Test Code
|
# Test Code
|
||||||
|
|
|
@ -11,6 +11,7 @@ jobs:
|
||||||
uses: https://forgejo.dunemask.dev/elysium/elysium-actions@s3-backup
|
uses: https://forgejo.dunemask.dev/elysium/elysium-actions@s3-backup
|
||||||
with:
|
with:
|
||||||
infisical-token: ${{ secrets.INFISICAL_ELYSIUM_EDGE_READ_TOKEN }}
|
infisical-token: ${{ secrets.INFISICAL_ELYSIUM_EDGE_READ_TOKEN }}
|
||||||
|
infisical-project: ${{ vars.INFISICAL_DEPLOYMENTS_PROJECT_ID }}
|
||||||
- name: Status Alert
|
- name: Status Alert
|
||||||
if: always()
|
if: always()
|
||||||
run: echo "The Job ended with status ${{ job.status }}."
|
run: echo "The Job ended with status ${{ job.status }}."
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue