Skip to content

Commit afd9951

Browse files
chore: update prism url
1 parent 7eafe18 commit afd9951

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
sudo apt-get install -y docker-compose
3838
3939
- name: Build & Test
40-
run: make test-docker version=${{ matrix.python-version }}
40+
run: make test-docker version=${{ matrix.python-version }} raw_token=${{ secrets.RAW_GITHUB_TOKEN }}
4141

4242
deploy:
4343
name: Deploy

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/HEAD/prism/prism.sh -o prism.sh
21+
curl -s https://raw.githubusercontent.com/sendgrid/sendgrid-oai/refs/heads/main/prism/prism.sh?token=$(raw_token) -o prism.sh
2222
version=$(version) bash ./prism.sh
2323

2424
clean: nopyc

0 commit comments

Comments
 (0)