Skip to content

Commit

Permalink
[DEVX-3180] Use GSM Secrets from actions repo
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexDavidoiu committed Dec 1, 2023
1 parent 7f710ea commit 922311d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 53 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/handle-contribution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
- name: GSM Secrets
id: secrets_manager
uses: toptal/davinci-github-actions/gsm-secrets@master
uses: toptal/actions/gsm-secrets@master
with:
workload_identity_provider: ${{ secrets.IDENTITY_POOL }}
service_account: ${{ secrets.SA_IDENTITY_POOL }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: GSM Secrets
id: secrets_manager
uses: toptal/davinci-github-actions/gsm-secrets@master
uses: toptal/actions/gsm-secrets@master
with:
workload_identity_provider: ${{ secrets.IDENTITY_POOL }}
service_account: ${{ secrets.SA_IDENTITY_POOL }}
Expand Down
8 changes: 0 additions & 8 deletions gsm-secrets/README.md

This file was deleted.

43 changes: 0 additions & 43 deletions gsm-secrets/action.yml

This file was deleted.

0 comments on commit 922311d

Please sign in to comment.