Skip to content

Commit 0aefc09

Browse files
Update Makefile
Co-authored-by: garikkh <77762367+garikkh@users.noreply.github.com>
1 parent 036cf6e commit 0aefc09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ test-integ: test
1818

1919
version ?= latest
2020
test-docker:
21-
curl -s "https://raw.githubusercontent.com/sendgrid/sendgrid-oai/refs/heads/main/prism/prism.sh?token=$(GITHUB_TOKEN)" -o prism.sh
21+
curl -H "Authorization: token $GITHUB_TOKEN" -s "https://raw.githubusercontent.com/sendgrid/sendgrid-oai/main/prism/prism.sh" -o prism.sh
2222
version=$(version) bash ./prism.sh
2323

2424
clean: nopyc

0 commit comments

Comments
 (0)