Skip to content

Commit

Permalink
add GH token
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored Apr 17, 2024
1 parent f7269a5 commit 9be7091
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update-build-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ jobs:
env:
TITLE: "Actualizar ficheiros originais em inglês"
BODY: "Actualização automática para submeter alterações do branch 'english' para o 'main'."
GH_TOKEN: "${{ github.token }}"
run: |
gh pr create --title "${TITLE}" --body "${BODY}" --head "english" --base "main"
Expand Down

0 comments on commit 9be7091

Please sign in to comment.