Add FEEDS env variable to Github Action

This commit is contained in:
Carter McBride 2024-07-17 12:03:57 -06:00 committed by GitHub
parent 2932a6276e
commit a61fc25d88
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -30,6 +30,7 @@ jobs:
- run: bun run build - run: bun run build
env: env:
YAZZY_URL: ${{ vars.YAZZY_URL }} YAZZY_URL: ${{ vars.YAZZY_URL }}
FEEDS: ${{ vars.FEEDS }}
- name: Upload artifact - name: Upload artifact
uses: actions/upload-pages-artifact@v3 uses: actions/upload-pages-artifact@v3
with: with: