Skip to content

publish-to-twitter

publish-to-twitter #6

Workflow file for this run

permissions: read-all
name: publish-to-twitter
on:
release:
types: [released]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: infraway/[email protected]
with:
status: "published #GreedyBear ${{github.ref_name}}! https://github.com/intelowlproject/GreedyBear/releases/tag/${{github.ref_name}} #ThreatIntelligence #CyberSecurity #OpenSource #osint #honeypot #tpot"
api_key: ${{ secrets.TWITTER_API_KEY }}
api_key_secret: ${{ secrets.TWITTER_API_KEY_SECRET }}
access_token: ${{ secrets.TWITTER_ACCESS_TOKEN }}
access_token_secret: ${{ secrets.TWITTER_ACCESS_TOKEN_SECRET }}