Skip to content

Commit 28cec47

Browse files
committed
Update Bluesky post release action
- Update Bluesky post release action to v0.2.0
1 parent 4bd16cb commit 28cec47

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/Release.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,13 @@ jobs:
4545
TWITTER_CONSUMER_API_SECRET: ${{ secrets.TWITTER_CONSUMER_API_SECRET }}
4646
TWITTER_ACCESS_TOKEN: ${{ secrets.TWITTER_ACCESS_TOKEN }}
4747
TWITTER_ACCESS_TOKEN_SECRET: ${{ secrets.TWITTER_ACCESS_TOKEN_SECRET }}
48+
bsky-post:
49+
needs: publish-to-gallery
50+
runs-on: ubuntu-latest
51+
steps:
52+
- uses: zentered/[email protected]
53+
with:
54+
post: "[New Release] ${{ github.event.repository.name }} ${{ github.event.release.tag_name }}! Check out what's new! ${{ github.event.release.html_url }} #Netapp #AsBuiltReport #PowerShell #Ontap #NetAppATeam"
55+
env:
56+
BSKY_IDENTIFIER: ${{ secrets.BSKY_IDENTIFIER }}
57+
BSKY_PASSWORD: ${{ secrets.BSKY_PASSWORD }}

0 commit comments

Comments
 (0)