Skip to content

4.5.2

4.5.2 #8

Workflow file for this run

name: tweet
on:
push:
tags:
- '[0-9]+\.[0-9]+\.0'
release:
types: [ published ]
jobs:
tweet:
runs-on: ubuntu-latest
steps:
- name: Tweet
uses: snow-actions/[email protected]
with:
status: |
We are proud to announce that ${{ github.repository }} · ${{ github.event.release.name }}
${{ github.event.release.html_url }} is now released 🚀. #php #webauthn #symfony
env:
CONSUMER_API_KEY: ${{ secrets.TWITTER_CONSUMER_API_KEY }}
CONSUMER_API_SECRET_KEY: ${{ secrets.TWITTER_CONSUMER_API_SECRET }}
ACCESS_TOKEN: ${{ secrets.TWITTER_ACCESS_TOKEN }}
ACCESS_TOKEN_SECRET: ${{ secrets.TWITTER_ACCESS_TOKEN_SECRET }}