Skip to content

Commit 7faed0d

Browse files
authored
Merge pull request #558 from aragon/fix/workflow-for-update-documentation
fix: update documentation workflow
2 parents 6201d0f + 2cf316a commit 7faed0d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/documentation-update.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
update_docs:
1111
permissions: read-all
1212
runs-on: ubuntu-latest
13+
env:
14+
ALCHEMY_API_KEY: ${{ secrets.ALCHEMY_API_KEY }}
1315
steps:
1416
- name: Checkout code
1517
uses: actions/checkout@v4

0 commit comments

Comments
 (0)