Skip to content

Commit

Permalink
added twitter publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
mlodic committed Oct 12, 2022
1 parent 36699b5 commit f2dcc90
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/twitter_publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: publish-to-twitter
on:
release:
types: [released]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: infraway/tweet-action@v1
with:
status: published #IntelOwl ${{github.ref}}! full changelog here: https://github.com/intelowlproject/IntelOwl/blob/develop/.github/CHANGELOG.md #ThreatIntelligence #CyberSecurity #OpenSource #osint #dfir
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 }}

0 comments on commit f2dcc90

Please sign in to comment.