mirror of
https://github.com/MichaelCade/90DaysOfDevOps.git
synced 2025-01-24 18:15:28 +07:00
Merge branch 'MichaelCade:main' into subi
This commit is contained in:
commit
dce00d2ee3
13
.github/workflows/send-tweet.yml
vendored
Normal file
13
.github/workflows/send-tweet.yml
vendored
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
name: Send a Tweet
|
||||||
|
on: [push]
|
||||||
|
jobs:
|
||||||
|
tweet:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: ethomson/send-tweet-action@v1
|
||||||
|
with:
|
||||||
|
status: "👋 Hey Everyone!. This is an automated message 🤖 to let you know that there has been an update on the #90DaysOfDevOps repository, You can check it out https://github.com/MichaelCade/90DaysOfDevOps"
|
||||||
|
consumer-key: ${{ secrets.TWITTER_CONSUMER_API_KEY }}
|
||||||
|
consumer-secret: ${{ secrets.TWITTER_CONSUMER_API_SECRET }}
|
||||||
|
access-token: ${{ secrets.TWITTER_ACCESS_TOKEN }}
|
||||||
|
access-token-secret: ${{ secrets.TWITTER_ACCESS_TOKEN_SECRET }}
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: '#90DaysOfDevOps - Introduction - Day 1'
|
title: '#90DaysOfDevOps - Introduction - Day 1'
|
||||||
published: false
|
published: true
|
||||||
description: 90DaysOfDevOps - Introduction
|
description: 90DaysOfDevOps - Introduction
|
||||||
tags: 'devops, 90daysofdevops, learning'
|
tags: 'devops, 90daysofdevops, learning'
|
||||||
cover_image: null
|
cover_image: null
|
||||||
|
Loading…
Reference in New Issue
Block a user