From b64d851695872b8983760562849540ec46ec602f Mon Sep 17 00:00:00 2001 From: gentlementlegen Date: Sun, 6 Oct 2024 13:10:43 +0900 Subject: [PATCH] chore: write all --- .github/workflows/compute.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/compute.yml b/.github/workflows/compute.yml index 6957da03..1ee84c0c 100644 --- a/.github/workflows/compute.yml +++ b/.github/workflows/compute.yml @@ -20,6 +20,8 @@ jobs: compute: name: Rewards runs-on: ubuntu-latest + permissions: write-all + env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}