Skip to content

Commit

Permalink
use secrets for release
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyalaribe committed Oct 13, 2023
1 parent d7a6d2e commit c206564
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
# Tests
- name: Run tests
run: yarn test
env:
APITOOLKIT_KEY: ${{ secrets.APITOOLKIT_KEY }}

# Configure Git
- name: Git configuration
Expand Down

0 comments on commit c206564

Please sign in to comment.