File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -51,14 +51,14 @@ jobs:
51
51
dotnet nuget add source https://nuget.pkg.github.com/soenneker/index.json \
52
52
--name "github" \
53
53
--username "any" \
54
- --password ${{ secrets.GH_TOKEN }} \
54
+ --password ${{ secrets.GH__TOKEN }} \
55
55
--store-password-in-clear-text
56
56
57
57
- name : Publish to GitHub Packages
58
58
run : |
59
59
dotnet nuget push ./*.nupkg \
60
60
--source "github" \
61
- --api-key ${{ secrets.GH_TOKEN }}
61
+ --api-key ${{ secrets.GH__TOKEN }}
62
62
63
63
- name : Create GitHub Release
64
64
run : |
80
80
)
81
81
82
82
curl -s -X POST \
83
- -H "Authorization: Bearer ${{ secrets.GH_TOKEN }}" \
83
+ -H "Authorization: Bearer ${{ secrets.GH__TOKEN }}" \
84
84
-H "Accept: application/vnd.github+json" \
85
85
https://api.github.com/repos/${{ github.repository }}/releases \
86
86
-d "$json_payload"
You can’t perform that action at this time.
0 commit comments