Skip to content

Commit

Permalink
changed token name
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiomansillab committed Oct 30, 2024
1 parent 30d6022 commit 203ef3d
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,19 @@ jobs:
name: Call Dagger Publish Function
uses: dagger/dagger-for-github@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.TAP_TOKEN }}
with:
version: "latest"
verb: call
args: publish-images --rootDir=.. --username=${{github.actor}} --password=${{secrets.GITHUB_TOKEN}} --tags=rc
args: publish-images --rootDir=.. --username=${{github.actor}} --password=${{secrets.TAP_TOKEN}} --tags=rc
workdir: ./ci
-
name: Call Dagger Publish Helm Charts Function
uses: dagger/dagger-for-github@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.TAP_TOKEN }}
with:
version: "latest"
verb: call
args: publish-helm-charts --rootDir=.. --username=${{github.actor}} --password=${{secrets.GITHUB_TOKEN}}
args: publish-helm-charts --rootDir=.. --username=${{github.actor}} --password=${{secrets.TAP_TOKEN}}
workdir: ./ci

0 comments on commit 203ef3d

Please sign in to comment.