Skip to content

Commit 061ce2c

Browse files
committed
2 parents 7655b51 + 2a13333 commit 061ce2c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)