Skip to content

Commit

Permalink
Update Sponsors (vapor#3061)
Browse files Browse the repository at this point in the history
* Update Sponsors PR to use Penny user instead

* Add new sponsors

* Fix alt text
  • Loading branch information
0xTim authored Sep 5, 2023
1 parent d53f7fd commit 546dac1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/sponsors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,19 @@ jobs:

# Here we can eventually add sponsors too rather than just backers

- name: Get token
id: get-token
uses: tibdex/github-app-token@v1
with:
app_id: ${{ vars.PENNY_APP_ID }}
private_key: ${{ secrets.PENNY_APP_PRIVATE_KEY }}
repository: vapor/vapor

- name: Commit and create PR
uses: peter-evans/create-pull-request@v4
with:
token: ${{secrets.SPONSORS_PR_PAT}}
commit-message: Update README with new sponsor
committer: VaporBot <[email protected]>
committer: Penny[bot] <360798+penny[bot]@vapor.codes>
branch: new-sponsor
delete-branch: true
title: Update README with new Sponsor
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,15 @@ Support Vapor's development by [becoming a sponsor](https://github.com/sponsors/
<a href="https://gotranseo.com">
<img src="https://user-images.githubusercontent.com/1342803/89341627-92c02000-d66f-11ea-8b29-c278386fdb09.png" height="100px" alt="Transeo">
</a>
<a href="https://www.emergetools.com">
<img src="https://user-images.githubusercontent.com/9938337/265658253-cb37d2fa-3251-497f-8eeb-ba7c95af373b.svg" height="100px" alt="Emerge Tools">
</a>
<a href="https://github.com/MrLotU">
<img src="https://user-images.githubusercontent.com/1342803/79599312-426a8580-80b3-11ea-89b3-8b2722485e37.png" height="100px" alt="Jari">
</a>
<a href="https://github.com/DonutDane">
<img src="https://user-images.githubusercontent.com/9938337/265657642-6b6b1705-9611-4547-8e2f-a3773fda87c6.png" height="100px" alt="Donut Dane">
</a>
<a href="https://macstadium.com">
<img src="https://uploads-ssl.webflow.com/5ac3c046c82724970fc60918/5c019d917bba312af7553b49_MacStadium-developerlogo.png" height="100px" alt="MacStadium">
</a>
Expand Down

0 comments on commit 546dac1

Please sign in to comment.