[Docs] Add a note about required intents to the voice docs (#2860)
This commit is contained in:
2
.github/workflows/dotnet.yml
vendored
2
.github/workflows/dotnet.yml
vendored
@@ -115,7 +115,7 @@ jobs:
|
||||
run: |
|
||||
nuget setApiKey ${{ secrets.NUGET_API_KEY }} -Source https://api.nuget.org/v3/index.json
|
||||
nuget setApiKey ${{ secrets.NIGHTLY_FEED_API_KEY }} -Source ${{ vars.NIGHTLY_FEED }}
|
||||
nuget setApiKey ${{ secrets.GITHUB_TOKEN }} -Source ${{ env.REPOSITORY_URL }
|
||||
nuget setApiKey ${{ secrets.GITHUB_TOKEN }} -Source ${{ env.REPOSITORY_URL }}
|
||||
|
||||
- name: Push Nightly
|
||||
if: vars.PUSH_NIGHTLY == 'true'
|
||||
|
||||
Reference in New Issue
Block a user