Skip to content

Commit

Permalink
Update meta.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thororen1234 committed Jul 13, 2024
1 parent 38d1f7a commit 6b62dff
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.EQTOKEN }}
token: ${{ secrets.ETOKEN }}

- uses: pnpm/action-setup@v4

- name: Use Node.js 20
Expand All @@ -37,4 +38,4 @@ jobs:
git push origin ci/meta-update --force
gh pr create -B main -H ci/meta-update -t "Metainfo for ${{ github.event.release.tag_name }}" -b "This PR updates the metainfo for release ${{ github.event.release.tag_name }}. @thororen1234"
env:
GITHUB_TOKEN: ${{ secrets.EQTOKEN }}
GITHUB_TOKEN: ${{ secrets.ETOKEN }}

0 comments on commit 6b62dff

Please sign in to comment.