Apply suggestions from code review #6
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Environment variables for cargo-dist builds | ||
| # These are injected before `dist build` runs | ||
| - name: Set build environment variables | ||
| run: | | ||
| echo "TRAKT_CLIENT_ID=${{ secrets.TRAKT_CLIENT_ID }}" >> $GITHUB_ENV | ||
| echo "DISCORD_APP_ID=${{ secrets.DISCORD_APP_ID }}" >> $GITHUB_ENV | ||
| echo "TMDB_API_KEY=${{ secrets.TMDB_API_KEY }}" >> $GITHUB_ENV | ||