From 6ffb3436164abca28fe0b084bbd4ec3fb8f23cae Mon Sep 17 00:00:00 2001 From: Cameron Gilbert Date: Fri, 19 Jan 2024 11:41:53 -0500 Subject: [PATCH] fix: fix permissions --- .github/workflows/release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index bd0aea24..acfc5022 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -20,6 +20,7 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis + token: ${{ secrets.NIBIBOT_GIT_TOKEN }} - name: Checkout nibiru Repository uses: actions/checkout@v4