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 415a602 commit cdf23b7Copy full SHA for cdf23b7
.github/workflows/documentation.yml
@@ -43,7 +43,7 @@ jobs:
43
uses: actions/checkout@v3
44
with:
45
repository: Aiko-IT-Systems/DisCatSharp.Extensions.Docs
46
- token: ${{ secrets.GITHUB_TOKEN }}
+ token: ${{ secrets.NYUW_TOKEN_GH }}
47
- name: Purge old docs
48
shell: pwsh
49
run: Get-ChildItem -Exclude .git* | Remove-Item -Recurse -Force
0 commit comments