mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 08:39:17 +01:00
Release: do not fail when mastodon auth fails
This commit is contained in:
parent
27d66d4b36
commit
01f1fafc88
1 changed files with 1 additions and 0 deletions
1
.github/workflows/make_release.yaml
vendored
1
.github/workflows/make_release.yaml
vendored
|
|
@ -132,6 +132,7 @@ jobs:
|
||||||
artifacts: dist/*
|
artifacts: dist/*
|
||||||
- name: Send release toot to Fosstodon
|
- name: Send release toot to Fosstodon
|
||||||
uses: cbrgm/mastodon-github-action@v2
|
uses: cbrgm/mastodon-github-action@v2
|
||||||
|
continue-on-error: true
|
||||||
with:
|
with:
|
||||||
access-token: ${{ secrets.MASTODON_ACCESS_TOKEN }}
|
access-token: ${{ secrets.MASTODON_ACCESS_TOKEN }}
|
||||||
url: ${{ secrets.MASTODON_URL }}
|
url: ${{ secrets.MASTODON_URL }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue