We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bd16cb commit 28cec47Copy full SHA for 28cec47
.github/workflows/Release.yml
@@ -45,3 +45,13 @@ jobs:
45
TWITTER_CONSUMER_API_SECRET: ${{ secrets.TWITTER_CONSUMER_API_SECRET }}
46
TWITTER_ACCESS_TOKEN: ${{ secrets.TWITTER_ACCESS_TOKEN }}
47
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