Skip to content

Commit 5bcd786

Browse files
authored
Update release.yml
Add ApiKey env var.
1 parent 77de9ff commit 5bcd786

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88
build:
99
runs-on: ubuntu-latest
1010
env:
11-
secrets: ${{ secrets.api_key }}
11+
ApiKey: ${{ secrets.API_KEY }}
1212

1313
steps:
1414
- uses: actions/checkout@v1
1515
- name: Publish
1616
run: |
17-
pwsh -Command "Publish-Module -Path ${{ github.workspace }}/Output/Selenium/ -NuGetApiKey $env:api_key"
17+
pwsh -Command "Publish-Module -Path ${{ github.workspace }}/Output/Selenium/ -NuGetApiKey $env:ApiKey"

0 commit comments

Comments
 (0)