Skip to content

Commit

Permalink
Wrong Token Name
Browse files Browse the repository at this point in the history
  • Loading branch information
thororen1234 committed Jul 13, 2024
1 parent 8c5e6c4 commit 1783cd8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ jobs:

- name: Commit and merge in changes
run: |
git config user.name "github-actions[bot]"
git config user.email "78185467+github-actions[bot]@users.noreply.github.com"
git config user.name "thororen1234"
git config user.email "78185467+thororen1234[bot]@users.noreply.github.com"
git checkout -b ci/meta-update
git add meta/com.thororen.equitop.metainfo.xml
git commit -m "Insert release changes for ${{ github.event.release.tag_name }}"
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.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.ETOKEN }}

0 comments on commit 1783cd8

Please sign in to comment.