Update token name with more capabilities
This commit is contained in:
parent
9093743ad6
commit
33da217604
2 changed files with 4 additions and 4 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue