We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09fb9b8 commit f366d7dCopy full SHA for f366d7d
1 file changed
.github/workflows/community-notify.yml
@@ -17,3 +17,6 @@ jobs:
17
author-association: ${{ github.event.pull_request.author_association || github.event.issue.author_association }}
18
secrets:
19
slack-webhook-url: ${{ secrets.SLACK_SDK_ALERTS }}
20
+ vault-addr: ${{ secrets.VAULT_ADDR }}
21
+ vault-role-id: ${{ secrets.VAULT_ROLE_ID }}
22
+ vault-secret-id: ${{ secrets.VAULT_SECRET_ID }}
0 commit comments