Skip to content

Commit ee3a349

Browse files
committed
Add GITHUB_TOKEN to workflow step
1 parent fed2616 commit ee3a349

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/meetups.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,3 +97,5 @@ jobs:
9797

9898
- name: Create Pull Request
9999
run: gh pr create -B main -H ${{ env.BRANCH_TO_MERGE }} --title "New Meetups on ${{ env.FORMATTED_DATE }}" --body "Newly added Meetups on ${{ env.FORMATTED_DATE }}."
100+
env:
101+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)