Skip to content

Commit

Permalink
fix: wrong owner & repo was used for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
Prototik committed Jan 9, 2024
1 parent 7bdf4b5 commit ab29c36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .nyx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ services:
type: GITHUB
options:
AUTHENTICATION_TOKEN: "{{#environmentVariable}}GITHUB_TOKEN{{/environmentVariable}}"
REPOSITORY_NAME: "{{#environmentVariable}}GITHUB_REPOSITORY_OWNER{{/environmentVariable}}"
REPOSITORY_OWNER: "CursedPublish"
REPOSITORY_OWNER: "{{#environmentVariable}}GITHUB_REPOSITORY_OWNER{{/environmentVariable}}"
REPOSITORY_NAME: "CursedPublish"
stateFile: "build/.nyx-state.json"

0 comments on commit ab29c36

Please sign in to comment.