Skip to content

Commit

Permalink
Change to use org-level GHA secret for Slack
Browse files Browse the repository at this point in the history
Should make secrets maintenance easier by making them DRY-er.
Addition of Dependabot secret with same name should also resolve problem of
Dependabot pull requests failing on Slack notification step due to recent
GHA secrets access change.
  • Loading branch information
douglatornell committed Mar 26, 2021
1 parent 153a554 commit 69afb72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs-linkcheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ jobs:
author_name: Sphinx linkcheck
fields: repo,eventName,ref,workflow
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_SALISHSEACAST_WEBHOOK_URL }}
if: always()
2 changes: 1 addition & 1 deletion .github/workflows/pytest-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
author_name: Python ${{ matrix.python-version }} pytest & coverage report
fields: repo,eventName,ref,workflow
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_SALISHSEACAST_WEBHOOK_URL }}
if: always()

- name: Upload coverage report to Codecov
Expand Down

0 comments on commit 69afb72

Please sign in to comment.