Skip to content

Commit

Permalink
Merge pull request #66 from Optum/releasesecret
Browse files Browse the repository at this point in the history
ci: update secrets in release workflow
  • Loading branch information
aksmo committed Mar 5, 2024
2 parents ef53b95 + c48ed8d commit 19a0dfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
workflow: dockerhub
repo: runiac/docker
token: ${{ secrets.DOCKERHUB_TOKEN }}
token: ${{ secrets.RUNIAC_PAT }}
ref: main
inputs: '{ "ref": "${{ github.ref }}" }'

Expand All @@ -37,5 +37,5 @@ jobs:
version: v1.13.1 #latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GIT_COMMITTER_TOKEN }}
GITHUB_TOKEN: ${{ github.token }}
HOMEBREW_TAP_GITHUB_TOKEN: ${{ secrets.GIT_COMMITTER_TOKEN }}

0 comments on commit 19a0dfb

Please sign in to comment.