Skip to content
This repository has been archived by the owner on Aug 4, 2023. It is now read-only.

Commit

Permalink
fix: update secret reference for release workflow (#538)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexashley authored Oct 22, 2021
1 parent 1e2aa2d commit 254a016
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 @@ -43,7 +43,7 @@ jobs:
fetch-depth: 0
persist-credentials: false
repository: ${{ github.repository_owner }}/lead-environments
token: ${{ secrets.GITTY_UP_TOKEN }}
token: ${{ secrets.LIATRIO_JENKINS_PAT }}
- name: Update Version Manifest
uses: liatrio/github-actions/gitops-update-yaml@master
with:
Expand All @@ -54,6 +54,6 @@ jobs:
uses: liatrio/github-actions/gitops-gh-pr@master
with:
repo: ${{ github.repository_owner }}/lead-environments
token: ${{ secrets.GITTY_UP_TOKEN }}
token: ${{ secrets.LIATRIO_JENKINS_PAT }}
commit-prefix: "build"
message: "update lead-terraform from ${{ needs.release.outputs.previousVersion }} to ${{ needs.release.outputs.newVersion }}"

0 comments on commit 254a016

Please sign in to comment.