Skip to content

Commit

Permalink
Update ReleaseDeployAction.yml with action token
Browse files Browse the repository at this point in the history
  • Loading branch information
asv-soft-u03 authored Nov 30, 2023
1 parent 432fdc4 commit 373906f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ReleaseDeployAction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}" #ДАЙТЕ ТОКЕН!!!!!!!!!!!!!!!!!!!!
repo_token: "${{ secrets.GIHUB_NUGET_AUTH_TOKEN }}"
prerelease: false
files: |
*Setup.exe
Expand Down

0 comments on commit 373906f

Please sign in to comment.