Quotes around secrets in merge step.

This commit is contained in:
2024-12-02 18:14:56 -05:00
parent 7c95a53527
commit 847982b65a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -104,7 +104,7 @@ jobs:
- name: Merge PR with Tea CLI
run: |
tea pr m --token ${{ secrets.BOT_GITEA_TOKEN }} ${{ gitea.event.pull_request.number }}
tea pr m --token "${{ secrets.BOT_GITEA_TOKEN }}" "${{ gitea.event.pull_request.number }}"
# - name: Merge Pull Request
# uses: prasiman/gocurl@v1