Skip to content

Commit 63eee4a

Browse files
authored
Update deploy.yml
1 parent 42c6982 commit 63eee4a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ permissions:
1616

1717
jobs:
1818
build:
19+
env:
20+
STEAM_ID: ${{ secrets.STEAM_ID }}
21+
STEAM_API_KEY: ${{ secrets.STEAM_API_KEY }}
1922
runs-on: ubuntu-latest
2023
steps:
2124
- name: Checkout your repository using git
@@ -38,6 +41,3 @@ jobs:
3841
- name: Deploy to GitHub Pages
3942
id: deployment
4043
uses: actions/deploy-pages@v4
41-
env:
42-
STEAM_ID: ${{ secrets.STEAM_ID }}
43-
STEAM_API_KEY: ${{ secrets.STEAM_API_KEY }}

0 commit comments

Comments
 (0)