Skip to content

Commit

Permalink
Add environment variables for audit log webhook, DM message content, …
Browse files Browse the repository at this point in the history
…and mention message content in CI workflow
  • Loading branch information
k-taro56 committed May 31, 2024
1 parent 4e360a1 commit e2368fc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ jobs:

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
env:
AUDIT_LOG_WEBHOOK: 'hoge'
DM_MESSAGE_CONTENT: 'fuga'
MENTION_MESSAGE_CONTENT: 'piyo'
with:
use_oidc: true
fail_ci_if_error: true

0 comments on commit e2368fc

Please sign in to comment.