Skip to content

Commit

Permalink
Fix copy paste issue
Browse files Browse the repository at this point in the history
  • Loading branch information
miksto committed Feb 21, 2024
1 parent 7976b7d commit 364c325
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ on:
workflow_dispatch:

env:
GH_USERNAME: ${{ secrets.MCD_OPEN_SOURCE_REPOSITORY_CI_TOKEN }}
GH_TOKEN: ${{ secrets.MCD_OPEN_SOURCE_REPOSITORY_CI_USERNAME }}
GH_USERNAME: ${{ secrets.MCD_OPEN_SOURCE_REPOSITORY_CI_USERNAME }}
GH_TOKEN: ${{ secrets.MCD_OPEN_SOURCE_REPOSITORY_CI_TOKEN }}

jobs:
publish:
Expand Down

0 comments on commit 364c325

Please sign in to comment.