Skip to content

Commit 0db25da

Browse files
authored
Update release.yml
1 parent 00ea858 commit 0db25da

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ jobs:
88
build:
99

1010
runs-on: ubuntu-latest
11-
secrets: ["api_key"]
11+
env:
12+
secrets: ${{ secrets.api_key }}
1213

1314
steps:
1415
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)