Skip to content

Commit

Permalink
Update gitops_update.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
francav authored May 7, 2024
1 parent 0290f45 commit 5c92c3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gitops_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
with:
repository: wkspower/wks-gitops
path: wks-gitops
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GH_PAT }}

- name: Extract tag name
id: extract_tag
Expand Down Expand Up @@ -163,4 +163,4 @@ jobs:
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git commit -am "Release docker tag"
git push
git push

0 comments on commit 5c92c3d

Please sign in to comment.