Skip to content

Commit

Permalink
Merge branch 'main' of github.com:sebivenlo/esd-2024-github-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
evl-8 committed Dec 1, 2024
2 parents a7e4510 + 0ae729c commit 6bc476b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/social-media-integration.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Post Tweet on Push

on: push

jobs:
tweet:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

- name: Post a tweet on push
uses: julb/action-post-twitter-status@v1
with:
message: "🚀 Code has been pushed to the repository!"
twitter_app_consumer_api_key: ${{ secrets.TWITTER_API_KEY }}
twitter_app_consumer_api_secret_key: ${{ secrets.TWITTER_API_SECRET_KEY }}
twitter_app_access_token: ${{ secrets.TWITTER_ACCESS_TOKEN }}
twitter_app_access_token_secret: ${{ secrets.TWITTER_ACCESS_TOKEN_SECRET }}
Binary file modified Workshop Presentation.pptx
Binary file not shown.

0 comments on commit 6bc476b

Please sign in to comment.