Skip to content

Commit

Permalink
add xauth
Browse files Browse the repository at this point in the history
  • Loading branch information
joshhighet committed Jan 16, 2024
1 parent 7d9a6a5 commit 6391b75
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ransomwatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ jobs:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
DISCORD_WEBHOOK_2: ${{ secrets.DISCORD_WEBHOOK_2 }}
MS_TEAMS_WEBHOOK: ${{ secrets.MS_TEAMS_WEBHOOK }}
X_CONSUMER_KEY: ${{ secrets.X_CONSUMER_KEY }}
X_CONSUMER_SECRET: ${{ secrets.X_CONSUMER_SECRET }}
X_ACCESS_TOKEN: ${{ secrets.X_ACCESS_TOKEN }}
X_ACCESS_TOKEN_SECRET: ${{ secrets.X_ACCESS_TOKEN_SECRET }}
run: |
python3 ransomwatch.py parse
- name: generate markdown & graphs for docsify
Expand Down

0 comments on commit 6391b75

Please sign in to comment.