Update token name with more capabilities

This commit is contained in:
pazpi 2026-01-09 09:57:03 +01:00
parent 9093743ad6
commit 33da217604
2 changed files with 4 additions and 4 deletions

View file

@ -53,11 +53,11 @@ jobs:
- name: Create Pull Request
if: steps.changes.outputs.changed == 'true'
env:
PR_TOKEN : ${{ secrets.PR_TOKEN }}
MINE_API_TOKEN : ${{ secrets.MINE_API_TOKEN }}
run: |
echo "Creating PR..."
curl -X POST \
-H "Authorization: token $PR_TOKEN " \
-H "Authorization: token $MINE_API_TOKEN " \
-H "Content-Type: application/json" \
-d '{
"title": "chore: weekly flake update",