Skip to content

Commit

Permalink
swapping the environment secret (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
danmanners authored Aug 2, 2023
2 parents 111c765 + 0b65668 commit 548ee51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/helm-builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
--owner ${{github.actor}} \
--git-repo ${{github.event.repository.name}} \
--packages-with-index \
--token ${{secrets.SECRET_TOKEN}} \
--token ${{secrets.GITHUB_TOKEN}} \
--skip-existing \
--push
Expand All @@ -109,6 +109,6 @@ jobs:
--owner ${{github.actor}} \
--git-repo ${{github.event.repository.name}} \
--packages-with-index \
--token ${{secrets.SECRET_TOKEN}} \
--token ${{secrets.GITHUB_TOKEN}} \
--index-path . \
--push

0 comments on commit 548ee51

Please sign in to comment.