Skip to content

Commit

Permalink
order set secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
OR13 committed Aug 16, 2024
1 parent 9a2d15b commit d7394af
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions rotate-action-secrets.sh
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
source $1

gh secret set NEO4J_URI --body "$NEO4J_URI"
gh secret set NEO4J_USERNAME --body "$NEO4J_USERNAME"
gh secret set NEO4J_PASSWORD --body "$NEO4J_PASSWORD"

gh secret set AZURE_TENANT_ID --body "$AZURE_TENANT_ID"
gh secret set AZURE_CLIENT_ID --body "$AZURE_CLIENT_ID"
gh secret set AZURE_CLIENT_SECRET --body "$AZURE_CLIENT_SECRET"
gh secret set AZURE_KEY_ID --body "$AZURE_KEY_ID"

gh secret set NEO4J_URI --body "$NEO4J_URI"
gh secret set NEO4J_USERNAME --body "$NEO4J_USERNAME"
gh secret set NEO4J_PASSWORD --body "$NEO4J_PASSWORD"

gh secret set TOKEN_AUDIENCE --body "$TOKEN_AUDIENCE"
gh secret set TOKEN_ENDPOINT --body "$TOKEN_ENDPOINT"
gh secret set API_BASE_URL --body "$API_BASE_URL"
Expand Down

0 comments on commit d7394af

Please sign in to comment.