Skip to content

Commit

Permalink
Bump cbrgm/mastodon-github-action from 2.1.5 to 2.1.8
Browse files Browse the repository at this point in the history
Bumps [cbrgm/mastodon-github-action](https://github.com/cbrgm/mastodon-github-action) from 2.1.5 to 2.1.8.
- [Release notes](https://github.com/cbrgm/mastodon-github-action/releases)
- [Commits](cbrgm/mastodon-github-action@v2.1.5...v2.1.8)

---
updated-dependencies:
- dependency-name: cbrgm/mastodon-github-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and Stanzilla committed Sep 2, 2024
1 parent 73b13b2 commit e67fa35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release_notifications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
steps:
- name: Send Mastodon Notification
id: mastodon
uses: cbrgm/mastodon-github-action@v2.1.5
uses: cbrgm/mastodon-github-action@v2.1.8
with:
access-token: ${{ secrets.MASTODON_ACCESS_TOKEN }}
url: ${{ secrets.MASTODON_URL }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_notifications_manual_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
steps:
- name: Mastodon Notification
id: mastodon
uses: cbrgm/mastodon-github-action@v2.1.5
uses: cbrgm/mastodon-github-action@v2.1.8
with:
access-token: ${{ secrets.MASTODON_ACCESS_TOKEN }} # access token
url: ${{ secrets.MASTODON_URL }} # https://example.social
Expand Down

0 comments on commit e67fa35

Please sign in to comment.