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 036cf6e commit 0aefc09Copy full SHA for 0aefc09
Makefile
@@ -18,7 +18,7 @@ test-integ: test
18
19
version ?= latest
20
test-docker:
21
- curl -s "https://raw.githubusercontent.com/sendgrid/sendgrid-oai/refs/heads/main/prism/prism.sh?token=$(GITHUB_TOKEN)" -o prism.sh
+ curl -H "Authorization: token $GITHUB_TOKEN" -s "https://raw.githubusercontent.com/sendgrid/sendgrid-oai/main/prism/prism.sh" -o prism.sh
22
version=$(version) bash ./prism.sh
23
24
clean: nopyc
0 commit comments