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 311b222 commit 8c09b79Copy full SHA for 8c09b79
.github/workflows/auto_approve.yml
@@ -39,7 +39,7 @@ jobs:
39
curl -L \
40
-X POST \
41
-H "Accept: application/vnd.github+json" \
42
- -H "Authorization: Bearer <YOUR-TOKEN>" \
+ -H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
43
-H "X-GitHub-Api-Version: 2022-11-28" \
44
https://api.github.com/repos/rerun-io/rerun/actions/runs/${{ github.run_id }}/approve
45
fi
0 commit comments