Skip to content

Commit

Permalink
ci(gha): add ability to use twitter tweets
Browse files Browse the repository at this point in the history
  • Loading branch information
AdmiringWorm committed Feb 22, 2021
1 parent 994569e commit 1a05ff4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
FEEDZ_SOURCE: "https://f.feedz.io/wormiecorp/packages/nuget/index.json"
FEEDZ_API_KEY: ${{ secrets.FEEDZ_API_KEY }}
TWITTER_CONSUMER_KEY: ${{ secrets.TWITTER_API_KEY }}
TWITTER_CONSUMER_SECRET: ${{ secrets.TWITTER_API_KEY_SECRET }}
TWITTER_ACCESS_TOKEN: ${{ secrets.TWITTER_ACCESS_TOKEN }}
TWITTER_ACCESS_TOKEN_SECRET: ${{ secrets.TWITTER_ACCESS_TOKEN_SECRET }}
WYAM_ACCESS_TOKEN: ${{ secrets.WYAM_ACCESS_TOKEN }}
WYAM_DEPLOY_REMOTE: "${{ github.event.repository.html_url }}"
WYAM_DEPLOY_BRANCH: "gh-pages"
Expand Down

0 comments on commit 1a05ff4

Please sign in to comment.