From c5f949064caef97699ce9b95a76ad88b347284b9 Mon Sep 17 00:00:00 2001 From: Albie Date: Mon, 11 Nov 2024 08:31:23 +0000 Subject: [PATCH] add missing github token --- .github/workflows/publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6e5e01e..ab6e91a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -77,6 +77,8 @@ jobs: - name: Validate Deployment Tool Attestation working-directory: ${{ steps.deploytool.outputs.home }} run: gh attestation verify DragonFruit.OnionFruit.Deploy.dll --repo dragonfruitnetwork/onionfruit-deploy --deny-self-hosted-runners + env: + GH_TOKEN: ${{ github.token }} - name: Restore .NET Tools run: dotnet tool restore