Skip to content

Commit

Permalink
add missing github token
Browse files Browse the repository at this point in the history
  • Loading branch information
aspriddell authored Nov 11, 2024
1 parent 756d8da commit c5f9490
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c5f9490

Please sign in to comment.