Skip to content

Commit

Permalink
add Infura key to env var and repo secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
Tritium committed Jul 25, 2023
1 parent ceb8fd6 commit ce874f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/generate_permissions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ on:
jobs:
refresh_active_perms:
runs-on: ubuntu-latest

env:
INFURA_KEY: ${{ secrets.INFURA_KEY }}
steps:

- name: Checkout code
Expand Down

0 comments on commit ce874f1

Please sign in to comment.