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 5bcd786 commit c7c1befCopy full SHA for c7c1bef
.github/workflows/release.yml
@@ -14,4 +14,4 @@ jobs:
14
- uses: actions/checkout@v1
15
- name: Publish
16
run: |
17
- pwsh -Command "Publish-Module -Path ${{ github.workspace }}/Output/Selenium/ -NuGetApiKey $env:ApiKey"
+ pwsh -Command "Publish-Module -Path ${{ github.workspace }}/Output/Selenium/ -NuGetApiKey ${{secrets.API_KEY}}"
0 commit comments