Skip to content

Commit 8c09b79

Browse files
committed
use actual token
1 parent 311b222 commit 8c09b79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto_approve.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
curl -L \
4040
-X POST \
4141
-H "Accept: application/vnd.github+json" \
42-
-H "Authorization: Bearer <YOUR-TOKEN>" \
42+
-H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
4343
-H "X-GitHub-Api-Version: 2022-11-28" \
4444
https://api.github.com/repos/rerun-io/rerun/actions/runs/${{ github.run_id }}/approve
4545
fi

0 commit comments

Comments
 (0)