3 - Fork This Repo in Github

  1. Fork the repository:

    • Fork it to your GitHub account.

    • This is mandatory, as I use Github Actions for Workflow

  1. 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).

      • PETFINDER_CLIENT_SECRET: PetFinder API key.

      • PETFINDER_CLIENT_ID: PetFinder API ID.

      • BUCKET: Global unique bucket name (example petfinder-bucket-5987654)

Last updated