File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -84,14 +84,14 @@ jobs:
84
84
dotnet nuget add source https://nuget.pkg.github.com/soenneker/index.json \
85
85
--name "github" \
86
86
--username "any" \
87
- --password ${{ secrets.GH_TOKEN }} \
87
+ --password ${{ secrets.GH__TOKEN }} \
88
88
--store-password-in-clear-text
89
89
90
90
- name : Publish to GitHub Packages
91
91
run : |
92
92
dotnet nuget push ./*.nupkg \
93
93
--source "github" \
94
- --api-key ${{ secrets.GH_TOKEN }}
94
+ --api-key ${{ secrets.GH__TOKEN }}
95
95
96
96
- name : Create GitHub Release
97
97
run : |
@@ -113,7 +113,7 @@ jobs:
113
113
)
114
114
115
115
curl -s -X POST \
116
- -H "Authorization: Bearer ${{ secrets.GH_TOKEN }}" \
116
+ -H "Authorization: Bearer ${{ secrets.GH__TOKEN }}" \
117
117
-H "Accept: application/vnd.github+json" \
118
118
https://api.github.com/repos/${{ github.repository }}/releases \
119
119
-d "$json_payload"
You can’t perform that action at this time.
0 commit comments