Use GH environment for secrets

This commit is contained in:
unknown
2025-12-31 22:39:24 +01:00
parent 2128d26e49
commit d394d79be1

View File

@@ -26,8 +26,8 @@ jobs:
build:
name: Publish NuGet Packages
if: "!contains(github.event.head_commit.message, 'skip-ci') || startsWith(github.ref, 'refs/tags/')"
runs-on: windows-latest
environment: Production
steps:
- name: Checkout
uses: actions/checkout@v6