Skip to content

Commit

Permalink
changed token
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiomansillab committed Oct 30, 2024
1 parent f02f13e commit d60aa7c
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 @@ -17,13 +17,13 @@ jobs:
with:
version: "latest"
verb: call
args: publish-images --rootDir=.. --username=${{github.actor}} --password=${{secrets.TAP_TOKEN}} --tags=rc
args: publish-images --rootDir=.. --username=${{github.actor}} --password=${{secrets.GITHUB_TOKEN}} --tags=rc
workdir: ./ci
-
name: Call Dagger Publish Helm Charts Function
uses: dagger/dagger-for-github@v5
with:
version: "latest"
verb: call
args: publish-helm-charts --rootDir=.. --username=${{github.actor}} --password=${{github.token}}
args: publish-helm-charts --rootDir=.. --username=${{github.actor}} --password=${{secrets.GITHUB_TOKEN}}
workdir: ./ci

0 comments on commit d60aa7c

Please sign in to comment.