Skip to content

Commit

Permalink
ci: fix env setting
Browse files Browse the repository at this point in the history
  • Loading branch information
pjsier committed Nov 9, 2020
1 parent 1f1952c commit 5f5925d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
npm install -g @airtable/blocks-cli
- name: Submit to Airtable
env:
AIRTABLE_API_KEY: ${{ secrets.AIRTABLE_API_KEY }}
run: |
echo "$AIRTABLE_API_KEY" | block set-api-key
block release
Expand Down

0 comments on commit 5f5925d

Please sign in to comment.