From 5c60791b34d2307097d5d697a721503f6c3a91d1 Mon Sep 17 00:00:00 2001 From: Colin McDonnell Date: Thu, 15 Jan 2026 23:47:40 +0000 Subject: [PATCH] Update workflow --- .github/workflows/pullfrog.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pullfrog.yml b/.github/workflows/pullfrog.yml index b069533..af248f8 100644 --- a/.github/workflows/pullfrog.yml +++ b/.github/workflows/pullfrog.yml @@ -11,16 +11,18 @@ on: prompt: description: Agent prompt type: string - secrets: inherit permissions: id-token: write + contents: read jobs: - agent: + pullfrog: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + with: + fetch-depth: 1 - name: Run agent uses: pullfrog/pullfrog@main