Skip to content

Commit 32b0bc6

Browse files
committed
describe how to push to postman
1 parent a469ac9 commit 32b0bc6

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,3 +86,16 @@ To generate or update your snapshots just run pytest with the `--snapshot-update
8686
The snapshots will be stored in the directory `__snapshots__`.
8787

8888
Make sure to commit new snapshot files or any changes you made to them.
89+
90+
## Publish Postman Collection
91+
92+
When you tag and push a new version, the corresponding Postman collection is automatically synced.
93+
For example, to publish version 6.0 to Postman:
94+
95+
```
96+
git tag postman-v6.0
97+
git push --tags
98+
```
99+
100+
Pushing the tag triggers a GitHub Action that runs the `sync-with-postman.sh` script.
101+
This action requires the GitHub secret `POSTMAN_API_KEY`, which you can generate at: https://seatable.postman.co/settings/me/api-keys.

0 commit comments

Comments
 (0)