Compare commits

...

1 commit

Author SHA1 Message Date
e79e03ce2e
fix(ci): do not use a name when logging in
All checks were successful
/ check (push) Successful in 3s
/ build (push) Successful in 1s
This should fix an error with `tea`
2024-10-12 22:15:56 +02:00

View file

@ -58,5 +58,5 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
set -euo pipefail
tea login add --name "forgejo-actions" --token "$GITHUB_TOKEN"
tea login add --token "$GITHUB_TOKEN"
tea pr create --title "${PR_TITLE}" --description "$(cat body.md)" --repo "$GITHUB_REPOSITORY"