Skip to content

Commit

Permalink
Apparently cross-workflow artifacts require a PAT.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertmclaws committed Mar 27, 2024
1 parent 1e578d2 commit bcd44f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nuget-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:

- name: Download Artifacts
uses: actions/download-artifact@v4
with:
github-token: ${{ secrets.GH_PAT }}

- name: Setup .NET
uses: actions/setup-dotnet@v4
Expand Down

0 comments on commit bcd44f1

Please sign in to comment.