Skip to content

Commit 1ba2e32

Browse files
committed
Remove the trailing } after OPENAI_API_KEY secret 🔑
1 parent f048d32 commit 1ba2e32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
runs-on: ubuntu-latest
2222
env:
2323
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
24-
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}}
24+
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
2525
timeout-minutes: 5
2626

2727
steps:

0 commit comments

Comments
 (0)