Skip to content

Commit

Permalink
add degen-tips-readme-action
Browse files Browse the repository at this point in the history
  • Loading branch information
apoorvlathey committed May 3, 2024
1 parent 597fc00 commit dd4b6c3
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/degen-tips-readme-action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
on:
push:
branches:
- master

jobs:
build:
runs-on: ubuntu-latest
environment: production # Ensure this matches the name of your environment in GitHub settings
steps:
- name: Check out code
uses: actions/checkout@v2

- name: Set up job environment
run: echo "FARCASTER_USERNAME=${{ env.FARCASTER_USERNAME }}" >> $GITHUB_ENV

- name: degen-tips-readme-action
uses: dawsbot/[email protected]
with:
FARCASTER_USERNAME: ${{ env.FARCASTER_USERNAME }}
DUNE_API_KEY: ${{ secrets.DUNE_API_KEY }}
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,10 @@

3. Build react project <br />
`yarn build`

## Farcaster Tippers

Thanks for all the following Farcaster users for tipping $DEGEN and supporting 🕵️ Impersonator:

<!-- replace-degen-sponsors -->
<!-- replace-degen-sponsors -->

0 comments on commit dd4b6c3

Please sign in to comment.