Skip to content

Commit

Permalink
without action
Browse files Browse the repository at this point in the history
  • Loading branch information
Anjali-3UM committed Jul 19, 2024
1 parent 8638b45 commit 4ad89f3
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/vaulttrial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ jobs:
ref: v0.2.1-alpha
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
path: ./test/workflows/
- name: Hashicorp Vault Secrets
id: hashicorp-vault-secrets
uses: 3um-Group/[email protected]
with:
CLIENT_ID: ${{ secrets.VAULT_CLIENT_ID }}
CLIENT_SECRET: ${{ secrets.VAULT_TOKEN }}
ORGANIZATION_ID: "2203773f-14a3-405d-bca7-aa95a8c28c97"
PROJECT_ID: "918fb763-cd0e-4d5d-81ea-e6b2c830cf32"
APP_NAME: "preprod-3UM-Website"
SECRET_NAMES: '["preprod_3UMWebsite_Trial"]'
# - name: Hashicorp Vault Secrets
# id: hashicorp-vault-secrets
# uses: 3um-Group/[email protected]
# with:
# CLIENT_ID: ${{ secrets.VAULT_CLIENT_ID }}
# CLIENT_SECRET: ${{ secrets.VAULT_TOKEN }}
# ORGANIZATION_ID: "2203773f-14a3-405d-bca7-aa95a8c28c97"
# PROJECT_ID: "918fb763-cd0e-4d5d-81ea-e6b2c830cf32"
# APP_NAME: "preprod-3UM-Website"
# SECRET_NAMES: '["preprod_3UMWebsite_Trial"]'

- name: Example Step
run: echo "The output value is ${{ steps.hashicorp-vault-secrets.outputs.preprod_3UMWebsite_Trial }}"
# - name: Example Step
# run: echo "The output value is ${{ steps.hashicorp-vault-secrets.outputs.preprod_3UMWebsite_Trial }}"

0 comments on commit 4ad89f3

Please sign in to comment.