We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42c6982 commit 63eee4aCopy full SHA for 63eee4a
.github/workflows/deploy.yml
@@ -16,6 +16,9 @@ permissions:
16
17
jobs:
18
build:
19
+ env:
20
+ STEAM_ID: ${{ secrets.STEAM_ID }}
21
+ STEAM_API_KEY: ${{ secrets.STEAM_API_KEY }}
22
runs-on: ubuntu-latest
23
steps:
24
- name: Checkout your repository using git
@@ -38,6 +41,3 @@ jobs:
38
41
- name: Deploy to GitHub Pages
39
42
id: deployment
40
43
uses: actions/deploy-pages@v4
- env:
- STEAM_ID: ${{ secrets.STEAM_ID }}
- STEAM_API_KEY: ${{ secrets.STEAM_API_KEY }}
0 commit comments