Skip to content

Commit

Permalink
Update ENVs list in Blockscout docs when new release is published
Browse files Browse the repository at this point in the history
Fixes #2324
  • Loading branch information
tom2drum committed Oct 28, 2024
1 parent 4d9feac commit f921a26
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/sync-envs-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
API_TOKEN_GITHUB: ${{ secrets.GITHUB_TOKEN }}
with:
source-files: 'docs/ENVS.md docs/DEPRECATED_ENVS.md'
destination-username: 'blockscout-bot'
destination-repository: 'blockscout/docs'
destination-username: 'blockscout'
destination-repository: 'docs'
destination-directory: 'docs/setup/env-variables/frontend-common-envs'
commit-username: 'blockscout-bot'
commit-email: '[email protected]'

0 comments on commit f921a26

Please sign in to comment.