We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53f4a49 commit 599da80Copy full SHA for 599da80
1 file changed
.github/workflows/import_meetup_events.yml
@@ -83,7 +83,7 @@ jobs:
83
gh pr review ${{ steps.create-pr.outputs.pull-request-number }} --approve
84
echo "PR approved"
85
env:
86
- GITHUB_TOKEN: ${{ secrets.GHA_ACTIONS_APPROVAL_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GHA_APPROVAL_TOKEN }}
87
88
- name: Auto-merge PR
89
if: steps.create-pr.outputs.pull-request-number
0 commit comments