We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c68ae5 commit 036cf6eCopy full SHA for 036cf6e
1 file changed
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/HEAD/prism/prism.sh -o prism.sh
+ curl -s "https://raw.githubusercontent.com/sendgrid/sendgrid-oai/refs/heads/main/prism/prism.sh?token=$(GITHUB_TOKEN)" -o prism.sh
22
version=$(version) bash ./prism.sh
23
24
clean: nopyc
0 commit comments