Skip to content

Commit c2f4bd4

Browse files
Update container and git ignore
1 parent 4d736db commit c2f4bd4

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,4 @@ dist
2727
/sandbox/*.log
2828
/sandbox-staging
2929
/specification/api/components/examples
30+
/scripts/JWT/*.pem

scripts/JWT/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@
3838

3939
| Header Name | Header Value |
4040
|--------------|--------------|
41-
| Authorization | Bearer <access token> |
41+
| Authorization | `Bearer <access token>` |
4242

4343
---

scripts/devcontainer/postcreatecommand.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ source ~/.zshrc
88
make _install-dependencies # required before config to ensure python is available due to race between config:: make targets
99
make config
1010

11+
pip install --user requests pyjwt cryptography
12+
1113
sudo gem install jekyll bundler
1214
jekyll --version && cd docs && bundle install
1315

0 commit comments

Comments
 (0)