Skip to content

Commit f366d7d

Browse files
committed
ci: pass vault secrets for org membership check
1 parent 09fb9b8 commit f366d7d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/community-notify.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,6 @@ jobs:
1717
author-association: ${{ github.event.pull_request.author_association || github.event.issue.author_association }}
1818
secrets:
1919
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

Comments
 (0)