-
Notifications
You must be signed in to change notification settings - Fork 4
Add standalone API source files + links in README #30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
paulRbr
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks nice, thanks for this :). Could you add all the token variables needed for each documentation (similarly to this commit).
Note: we should really start to implement API tokens based on Users (instead of resource) at some point in the product! 🙂
.github/workflows/deploy.yml
Outdated
| ASI_BUMP_TOKEN: ${{ secrets.ASI_BUMP_TOKEN }} | ||
| AXONAUT_BUMP_TOKEN: ${{ secrets.AXONAUT_BUMP_TOKEN }} | ||
| FAIRJUNGLE_BUMP_TOKEN: ${{ secrets.FAIRJUNGLE_BUMP_TOKEN }} | ||
| GALISE_BUMP_TOKEN: ${{ secrets.GALISE_BUMP_TOKEN }} | ||
| GITGUARDIAN_BUMP_TOKEN: ${{ secrets.GITGUARDIAN_BUMP_TOKEN }} | ||
| HIBOUTIK_BUMP_TOKEN: ${{ secrets.HIBOUTIK_BUMP_TOKEN }} | ||
| INPI_API_RNCS_BUMP_TOKEN: ${{ secrets.INPI_API_RNCS_BUMP_TOKEN }} | ||
| LUMAPPS_BUMP_TOKEN: ${{ secrets.LUMAPPS_BUMP_TOKEN }} | ||
| MAPOTEMPO_BUMP_TOKEN: ${{ secrets.MAPOTEMPO_BUMP_TOKEN }} | ||
| NEXTAUTH_BUMP_TOKEN: ${{ secrets.NEXTAUTH_BUMP_TOKEN }} | ||
| PAPPERS_BUMP_TOKEN: ${{ secrets.PAPPERS_BUMP_TOKEN }} | ||
| PAYGREEN_BUMP_TOKEN: ${{ secrets.PAYGREEN_BUMP_TOKEN }} | ||
| REMOVE_BG_BUMP_TOKEN: ${{ secrets.REMOVE_BG_BUMP_TOKEN }} | ||
| RESTAURANTS_API_BUMP_TOKEN: ${{ secrets.RESTAURANTS_API_BUMP_TOKEN }} | ||
| SKALEET_BUMP_TOKEN: ${{ secrets.SKALEET_BUMP_TOKEN }} | ||
| SLACK_API_BUMP_TOKEN: ${{ secrets.SLACK_API_BUMP_TOKEN }} | ||
| TALEEZ_BUMP_TOKEN: ${{ secrets.TALEEZ_BUMP_TOKEN }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice thanks a lot for this! Did you add the secret variables on the repo settings taken from the token values of each APIs on Bump.sh?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes they are all added using the right variable name formatting
paulRbr
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I left a small questions about the Bump tokens, whether you have added some to the github settings or not? But LGTM, thanks alot!
Added missing source files from the Bump demo org.
File name convention has been followed so the CI should not break