Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
StavZ committed Sep 25, 2023
1 parent cbf0116 commit cdbe35b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd-16x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

- name: Run Tests
env:
HYPIXEL_KEY: ${{ env.HYPIXEL_KEY }}
HYPIXEL_KEY: ${{ secrets.HYPIXEL_KEY }}
run: npm test

build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd-18x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Run Tests
run: npm test
env:
HYPIXEL_KEY: ${{ env.HYPIXEL_KEY }}
HYPIXEL_KEY: ${{ secrets.HYPIXEL_KEY }}

build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit cdbe35b

Please sign in to comment.