Skip to content

Commit

Permalink
Merge pull request #18 from xenit-eu/fix-publish
Browse files Browse the repository at this point in the history
fix the apikey typo
  • Loading branch information
JoostDeCupere authored Jun 25, 2024
2 parents c90dc30 + 3b27f17 commit 903dde0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
id: push
uses: cloudsmith-io/action@master
with:
api-key: ${{ secrets.CLOUDSMITH_API_KEY }}
api-key: ${{ secrets.CLOUDSMITH_APIKEY }}
command: 'push'
format: 'helm'
owner: 'xenit'
Expand Down

0 comments on commit 903dde0

Please sign in to comment.