Skip to content

Commit

Permalink
fix: no-need vault
Browse files Browse the repository at this point in the history
  • Loading branch information
mindrunner committed Sep 3, 2024
1 parent c9da046 commit 8034454
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .github/actions/deploy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ inputs:
image-name:
required: true
description: 'Name of the Docker image'
vault-token:
required: true
description: 'Vault token for authentication'
deploy-type:
required: true
default: service
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/deploy-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
environment: ${{ inputs.environment }}
gcp-project-id: starcomm-${{ inputs.environment }}
gcp-auth-key: ${{ secrets.GCP_AUTH_KEY }}
vault-token: ${{ secrets.VAULT_TOKEN }}
repository: "artifacts-0"
project-name: "atlasnet"
app-name: "explorer"
Expand Down

0 comments on commit 8034454

Please sign in to comment.