Skip to content

Commit

Permalink
Update credits list automatically in GitHub Actions after installing …
Browse files Browse the repository at this point in the history
…npm dependencies
  • Loading branch information
chrismaltby committed May 13, 2024
1 parent 2a79b72 commit d9c75e3
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,6 @@ jobs:
node-version: "21.6.2"
cache: "yarn"

- name: Update credits
env:
PATREON_ACCESS_TOKEN: ${{ secrets.PATREON_ACCESS_TOKEN }}
PATREON_CAMPAIGN_ID: ${{ secrets.PATREON_CAMPAIGN_ID }}
run: |
npm run fetch-contributors
npm run fetch-patrons
- name: Setup codesign certificate
if: (matrix.name == 'mac') || (matrix.name == 'mac-intel')
env:
Expand All @@ -86,6 +78,14 @@ jobs:
run: |
yarn --ignore-engines
- name: Update credits
env:
PATREON_ACCESS_TOKEN: ${{ secrets.PATREON_ACCESS_TOKEN }}
PATREON_CAMPAIGN_ID: ${{ secrets.PATREON_CAMPAIGN_ID }}
run: |
npm run fetch-contributors
npm run fetch-patrons
# ==== Builds ====

- name: Build Mac ARM
Expand Down

0 comments on commit d9c75e3

Please sign in to comment.