Fork the repository:
Fork it to your GitHub account.
This is mandatory, as I use Github Actions for Workflow
Set up secrets:
Go to the repository's Settings > Secrets and variables > Actions.
Add the following secrets:
GCS_CREDENTIALS: Google Cloud credentials file (as a JSON string).
GCS_CREDENTIALS
PETFINDER_CLIENT_SECRET: PetFinder API key.
PETFINDER_CLIENT_SECRET
PETFINDER_CLIENT_ID: PetFinder API ID.
PETFINDER_CLIENT_ID
BUCKET: Global unique bucket name (example petfinder-bucket-5987654)
BUCKET
Last updated 10 months ago