Skip to content

Commit

Permalink
Update create-token-pr.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
alizedebray committed Nov 6, 2024
1 parent 843a06c commit 496b53c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-token-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,6 @@ jobs:
- name: Create PR
if: steps.pr.outputs.exists == 'false'
run: |
gh pr create --title "TEST2" --body "Merge this PR to update the tokens in the main branch." --base main
gh pr create --title "TEST3" --body "Merge this PR to update the tokens in the main branch." --base main
env:
GITHUB_TOKEN: ${{ secrets.SWISSPOSTDEVS_ACCESS_TOKEN }}

0 comments on commit 496b53c

Please sign in to comment.