go-twitter-action

command module
v1.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 7, 2020 License: MIT Imports: 6 Imported by: 0

README

Go Twitter GitHub Action

Golang based GitHub Action for sending out a tweet in your build. Why? Because sometimes you want to give folks on your repo access to send out a tweet as new stuff is released.

Inputs

message

Required The tweet you would like to send

apiKey

Required The API key under Consumer Keys in the Twitter developer portal

apiKeySecret

Requried The API key secret under Consumer Keys in the Twitter developer portal

accessToken

Required The access token under Authentication Tokens in the Twitter developer portal

accessTokenSecret

Required The access token secret under Authentications Tokens in the Twitter developer portal

The developer portal area for keys and secrets look like the below image when this was written. All the input names were selected to align with the UI.

Twitter Developer Portal keys and secrets UI

Outputs

errorMessage

If there was an error, return it to you.

Example usage

- uses: devigned/go-twitter-action@v1
  with:
    message: "Hey folks we just release a new version of ACME widgets!"
    apiKey: ${{ secrets.API_KEY }}
    apiKeySecret: ${{ secrets.API_KEY_SECRET }}
    accessToken: ${{ secrets.ACCESS_TOKEN }}
    accessTokenSecret: ${{ secrets.ACCESS_TOKEN_SECRET }}

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL