Skip to content

Commit

Permalink
GH-488 Update sponsors.yml (#488)
Browse files Browse the repository at this point in the history
* Update sponsors.yml

* Update publish.yml
  • Loading branch information
huanmeng-qwq authored Nov 22, 2024
1 parent 4020847 commit 00afe9f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@ jobs:

- name: Publish
run: ./gradlew clean build publish
if: github.repository == 'Rollczi/LiteCommands'
env:
GIT_BRANCH: ${{ github.ref }}
GIT_COMMIT: ${{ github.sha }}
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}
ETERNAL_CODE_MAVEN_USERNAME: ${{ secrets.ETERNAL_CODE_MAVEN_USERNAME }}
ETERNAL_CODE_MAVEN_PASSWORD: ${{ secrets.ETERNAL_CODE_MAVEN_PASSWORD }}
ETERNAL_CODE_MAVEN_PASSWORD: ${{ secrets.ETERNAL_CODE_MAVEN_PASSWORD }}
2 changes: 2 additions & 0 deletions .github/workflows/sponsors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,15 @@ jobs:

- name: Generate Sponsors 💖
uses: JamesIves/github-sponsors-readme-action@v1
if: github.repository == 'Rollczi/LiteCommands'
with:
token: ${{ secrets.PAT }}
file: 'README.md'
template: <a href="https://github.com/{{{ login }}}"><img src="https://images.weserv.nl/?url=https://github.com/{{{ login }}}.png?v=4&mask=circle" width="60px" alt="{{{ name }}}" /></a>&nbsp;&nbsp;&nbsp;

- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
if: github.repository == 'Rollczi/LiteCommands'
with:
commit-message: Update Sponsors in README.md
branch: master
Expand Down

0 comments on commit 00afe9f

Please sign in to comment.