Skip to content

Commit

Permalink
Merge branch 'master' into fix-yamale-measure
Browse files Browse the repository at this point in the history
  • Loading branch information
juliettelavoie authored Feb 26, 2024
2 parents ff598bf + 43612e3 commit aadb084
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-mastodon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
egress-policy: block
allowed-endpoints: >
api.github.com:443
fosstodon.org:443
github.com:443
- name: Checkout
Expand Down Expand Up @@ -79,7 +80,7 @@ jobs:
- name: Send toot to Mastodon
if: ${{ github.event.inputs.dry-run != 'true' }} || ${{ github.event_name == 'release' }}
uses: cbrgm/mastodon-github-action@eb0fa2c755679b459015a898dada174b5ddbff7c # v2.0.2
uses: cbrgm/mastodon-github-action@c270dd8335f7dee5939e572591fad4dd74e38072 # v2.0.3
with:
url: ${{ secrets.MASTODON_URL }}
access-token: ${{ secrets.MASTODON_ACCESS_TOKEN }}
Expand Down

0 comments on commit aadb084

Please sign in to comment.