ci: changing env -> secrets

This commit is contained in:
Hydra 2024-04-15 12:16:44 +01:00 committed by GitHub
parent cc52f399f2
commit 3d677599d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -54,7 +54,7 @@ jobs:
run: yarn run publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
STEAMGRIDDB_API_KEY: ${{ env.STEAMGRIDDB_API_KEY }}
STEAMGRIDDB_API_KEY: ${{ secrets.STEAMGRIDDB_API_KEY }}
- name: Create artifact
uses: actions/upload-artifact@v4