Skip to content

Commit

Permalink
feat: trying back with github token ?
Browse files Browse the repository at this point in the history
  • Loading branch information
MidKnightXI committed Jun 27, 2024
1 parent bdd23cc commit 9254d1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
run: printenv

- name: Debug GITHUB_TOKEN
run: echo "GITHUB_TOKEN=${{ secrets.PAT }}"
run: echo "GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}"


# - name: Download build artifacts for Linux
Expand Down

0 comments on commit 9254d1d

Please sign in to comment.