Skip to content

Commit

Permalink
fix: inject graph api key into env
Browse files Browse the repository at this point in the history
  • Loading branch information
gosuto-inzasheru committed Aug 16, 2024
1 parent 519128c commit b693ace
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/generate_addressbooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ on:
jobs:
refresh_books:
runs-on: ubuntu-latest

env:
GRAPH_API_KEY: ${{ secrets.GRAPH_API_KEY }}
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit b693ace

Please sign in to comment.