Skip to content

Commit

Permalink
Add missing ENV variable for PDF API in workflow
Browse files Browse the repository at this point in the history
Updated the GitHub Actions workflow to include the `PDF_API_URL`
environment variable. This ensures that the resync process has access to
the necessary endpoint for generating PDFs, improving the overall
functionality and integration of the resync process within the Cardano
node and DBSync synchronization workflow. This change addresses the
missing configuration and enhances the reliability of the workflows.
  • Loading branch information
placek committed Jul 24, 2024
1 parent ea89bb0 commit dbb87ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/resync-cardano-node-and-db-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
TRAEFIK_LE_EMAIL: "admin+govtool@binarapps.com"
USERSNAP_SPACE_API_KEY: ${{ secrets.USERSNAP_SPACE_API_KEY }}
IS_PROPOSAL_DISCUSSION_FORUM_ENABLED: ${{ inputs.isProposalDiscussionForumEnabled == 'enabled' }}
PDF_API_URL: ${{ secrets.PDF_API_URL }}
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down

0 comments on commit dbb87ff

Please sign in to comment.