Skip to content

Commit

Permalink
Use correct env var names
Browse files Browse the repository at this point in the history
  • Loading branch information
sylwester-zielinski committed Jul 26, 2024
1 parent 954163b commit 056f556
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:
- "!main"

env:
GITHUB_USERNAME: ${{ secrets.GITHUB_ACTOR }}
GITHUB_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
PUBLISH_GITHUB_USERNAME: ${{ secrets.GITHUB_ACTOR }}
PUBLISH_GITHUB_PASSWORD: ${{ secrets.GITHUB_TOKEN }}

jobs:
lint:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:
- "main"

env:
GITHUB_USERNAME: ${{ secrets.GITHUB_ACTOR }}
GITHUB_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
PUBLISH_GITHUB_USERNAME: ${{ secrets.GITHUB_ACTOR }}
PUBLISH_GITHUB_PASSWORD: ${{ secrets.GITHUB_TOKEN }}

jobs:
lint:
Expand Down

0 comments on commit 056f556

Please sign in to comment.