From 043e3d63285a991b1106db59c5d240c4a8e77d94 Mon Sep 17 00:00:00 2001 From: binamkayastha Date: Wed, 18 Mar 2026 01:13:13 +0000 Subject: [PATCH] Replacing the passkeys with not real passkeys --- .github/workflows/rescuegroups-api_dev.yml | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 .github/workflows/rescuegroups-api_dev.yml diff --git a/.github/workflows/rescuegroups-api_dev.yml b/.github/workflows/rescuegroups-api_dev.yml new file mode 100644 index 0000000..f3dbbb3 --- /dev/null +++ b/.github/workflows/rescuegroups-api_dev.yml @@ -0,0 +1,32 @@ +name: RescueGroups API Post + +on: + push: + branches: + - '**' + - '!master' + workflow_dispatch: + +jobs: + call-api: + runs-on: ubuntu-latest + steps: + - name: Checkout repo + uses: actions/checkout@v4 + - name: Set up Python + uses: actions/setup-python@v5 + with: + python-version: "3.12" + + - name: Install dependencies + run: pip install --break-system-packages -r requirements.txt + + - name: Call RescueGroups API + env: + CUTEPETSBOSTON_RESCUEGROUPS_API_KEY: ${{ secrets.CUTEPETSBOSTON_RESCUEGROUPS_API_KEY }} + INSTAGRAM_HANDLE: ${{ secrets.INSTAGRAM_HANDLE_2 }} + INSTAGRAM_PASSWORD: ${{ secrets.INSTAGRAM_PASSWORD_2 }} + BLUESKY_HANDLE: ${{ secrets.BLUESKY_TEST_HANDLE }} + BLUESKY_PASSWORD: ${{ secrets.BLUESKY_TEST_PASSWORD }} + run: | + python ./main.py