Skip to content

Commit

Permalink
update secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
gutenfries committed Oct 21, 2023
1 parent cd40939 commit 4fd5b4b
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: ["main"]

env:
WAKATIME_API_KEY: ${{secrets.wakatime_api_key}}
WAKATIME_API_KEY: ${{secrets.WAKATIME_API_KEY}}

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
WAKATIME_API_KEY: ${{secrets.wakatime_api_key}}
WAKATIME_API_KEY: ${{secrets.WAKATIME_API_KEY}}

jobs:
build:
Expand Down

0 comments on commit 4fd5b4b

Please sign in to comment.