File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -32,11 +32,11 @@ jobs:
3232 dotnet-version : ${{ env.DOTNET_VERSION }}
3333 - name : Store Secrets
3434 run : |
35- dotnet user-secrets set "Notion" "${{ secrets.NOTION }}" --project ./tests/Notion.Sdk .Tests/Notion.Sdk .Tests.csproj
36- dotnet user-secrets set "userId" "${{ secrets.USER_ID }}" --project ./tests/Notion.Sdk .Tests/Notion.Sdk .Tests.csproj
37- dotnet user-secrets set "databaseId" "${{ secrets.DATABASE_ID }}" --project ./tests/Notion.Sdk .Tests/Notion.Sdk .Tests.csproj
38- dotnet user-secrets set "pageId" "${{ secrets.PAGE_ID }}" --project ./tests/Notion.Sdk .Tests/Notion.Sdk .Tests.csproj
39- dotnet user-secrets set "blockId" "${{ secrets.BLOCK_ID }}" --project ./tests/Notion.Sdk .Tests/Notion.Sdk .Tests.csproj
35+ dotnet user-secrets set "Notion" "${{ secrets.NOTION }}" --project ./tests/Notion.Sharp .Tests/Notion.Sharp .Tests.csproj
36+ dotnet user-secrets set "userId" "${{ secrets.USER_ID }}" --project ./tests/Notion.Sharp .Tests/Notion.Sharp .Tests.csproj
37+ dotnet user-secrets set "databaseId" "${{ secrets.DATABASE_ID }}" --project ./tests/Notion.Sharp .Tests/Notion.Sharp .Tests.csproj
38+ dotnet user-secrets set "pageId" "${{ secrets.PAGE_ID }}" --project ./tests/Notion.Sharp .Tests/Notion.Sharp .Tests.csproj
39+ dotnet user-secrets set "blockId" "${{ secrets.BLOCK_ID }}" --project ./tests/Notion.Sharp .Tests/Notion.Sharp .Tests.csproj
4040 - name : Restore
4141 run : dotnet restore
4242 - name : Build
You can’t perform that action at this time.
0 commit comments