Skip to content

Bump @octokit/rest from 20.0.1 to 20.0.2 in /cli (#1305) #777

Bump @octokit/rest from 20.0.1 to 20.0.2 in /cli (#1305)

Bump @octokit/rest from 20.0.1 to 20.0.2 in /cli (#1305) #777

Workflow file for this run

name: Invoke Deployment Webhooks
on:
workflow_dispatch:
push:
branches: [ "main" ]
jobs:
invoke:
name: Invoke Webhooks
runs-on: ubuntu-latest
environment: production
if: github.repository == 'reworkd/AgentGPT'
steps:
- name: Trigger Webhooks
run: |
curl -L \
-X POST \
-H "Accept: application/vnd.github+json" \
-H ${{ secrets.WEBHOOK_AUTHORIZATION }} \
-H "X-GitHub-Api-Version: 2022-11-28" \
-d '{"ref":"main"}' \
${{ secrets.DEPLOYMENT_WEBHOOK_URL }}