Add access token

This commit is contained in:
pazpi 2026-01-08 15:51:42 +01:00
parent fa82826376
commit dd2d738f67

View file

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