Skip to content

Commit

Permalink
Expose API credentials to release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mr3y-the-programmer committed Feb 19, 2024
1 parent 2aabc6c commit 139de3e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
tags:
- 'v*'

env:
API_KEY: ${{ secrets.API_KEY }}
API_SECRET: ${{ secrets.API_SECRET }}

jobs:
release:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 139de3e

Please sign in to comment.