Skip to content

Conversation

@outdooracorn
Copy link
Member

@outdooracorn outdooracorn commented Jan 21, 2026

Changes required with the bump to action-mattermost-notify@2.0.0:

  • Use with instead of env to pass in the Mattermost webhook URL secret
  • Passing in a PAYLOAD_FILENAME is deprecated; using TEXT instead

Bug: T415177

action-mattermost-notify@2.0.0 now uses `with` instead of `env` to pass in the Mattermost webhook URL secret
@outdooracorn outdooracorn self-assigned this Jan 21, 2026
@outdooracorn
Copy link
Member Author

Closing and reopening to trigger GitHub Action

env:
with:
MATTERMOST_WEBHOOK_URL: ${{ secrets.MATTERMOST_WEBHOOK_URL }}
TEXT: "Pull request opened: [${{ github.event.pull_request.title }}](${{ github.event.pull_request.html_url }})"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I love how much easier this is for me to parse than the jq incantation

@tarrow tarrow merged commit 1621bc7 into update-wiki-metrics Jan 21, 2026
10 checks passed
@tarrow tarrow deleted the fix-mattermost-github-action branch January 21, 2026 12:05
AndrewKostka added a commit to wmde/wbaas-deploy that referenced this pull request Jan 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants