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 77de9ff commit 5bcd786Copy full SHA for 5bcd786
.github/workflows/release.yml
@@ -8,10 +8,10 @@ jobs:
8
build:
9
runs-on: ubuntu-latest
10
env:
11
- secrets: ${{ secrets.api_key }}
+ ApiKey: ${{ secrets.API_KEY }}
12
13
steps:
14
- uses: actions/checkout@v1
15
- name: Publish
16
run: |
17
- pwsh -Command "Publish-Module -Path ${{ github.workspace }}/Output/Selenium/ -NuGetApiKey $env:api_key"
+ pwsh -Command "Publish-Module -Path ${{ github.workspace }}/Output/Selenium/ -NuGetApiKey $env:ApiKey"
0 commit comments