File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : Post New Jobs
2- # meaningless commit
3- # another meaningless commit
42
53on :
64 push :
3129 deploy : true
3230 test : true
3331
34- # Deploy to Slack channel
35- slack_deploy : true
36- slack_webhook : ${{ secrets.SLACK_WEBHOOK }}
37-
38- # Also deploy to Twitter (all secrets required in repository secrets)
39- twitter_deploy : true
40- twitter_api_secret : ${{ secrets.TWITTER_ACCESS_SECRET }}
41- twitter_api_key : ${{ secrets.TWITTER_ACCESS_TOKEN }}
42- twitter_consumer_secret : ${{ secrets.TWITTER_CONSUMER_API_SECRET }}
43- twitter_consumer_key : ${{ secrets.TWITTER_CONSUMER_API_KEY }}
44-
45- # Also deploy to Mastodon (all secrets required in repository secrets)
46- mastodon_deploy : true
47- mastodon_access_token : ${{ secrets.MASTODON_ACCESS_TOKEN }}
48- mastodon_api_base_url : ${{ secrets.MASTODON_API_BASE_URL }}
49-
5032 # Also deploy to BlueSky (all secrets required in repository secrets)
5133 bluesky_deploy : true
5234 bluesky_password : ${{ secrets.BLUESKY_PASSWORD }}
You can’t perform that action at this time.
0 commit comments