We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a6191e commit f0336d4Copy full SHA for f0336d4
1 file changed
.github/workflows/ci.yml
@@ -16,4 +16,4 @@ jobs:
16
uses: xoofx/.github/.github/actions/dotnet-releaser-action@main
17
with:
18
NUGET_TOKEN: ${{ secrets.NUGET_TOKEN }}
19
- GIST_GITHUB_TOKEN: ${{ secrets.GIST_GITHUB_TOKEN }}
+ # GIST_GITHUB_TOKEN: ${{ secrets.GIST_GITHUB_TOKEN }} # Not sure why it is not working anymore
0 commit comments