Skip to content

Remove analyze_image tool, GPT-4o can do it already (#15) #45

Remove analyze_image tool, GPT-4o can do it already (#15)

Remove analyze_image tool, GPT-4o can do it already (#15) #45

Workflow file for this run

name: SST
on:
pull_request:
branches:
- main
push:
branches:
- main
concurrency:
group: sst-prod
permissions:
contents: read
id-token: write
jobs:
prod:
runs-on: ubuntu-latest
environment:
name: production
url: https://t.me/bubby2023_bot
steps:
- uses: actions/checkout@v4
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: arn:aws:iam::611714419758:role/GitHub
aws-region: us-east-1
- uses: pnpm/action-setup@v2
with:
version: 9
run_install: true
- run: pnpm run deploy --stage prod