-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* POC-999-update-release-version * POC-584: update runtime * Update to RHEL 9 (#397) * POC-634: Create GitHub Action (#400) * POC-620: Remove route53 usage (#402) * POC-620 remove dns from full-pas * remove DNS --------- Co-authored-by: ggalfrin <[email protected]> * POC-684: Delete AIO template (#403) * POC-620: remove route53 from changelog * POC-620: remove hosted zone creation * update to v14.2 (#404) * update changelog * update readme * rephrase * . * typos * fix indents --------- Co-authored-by: ggalfrin <[email protected]> Co-authored-by: ggalfrin <[email protected]>
- Loading branch information
1 parent
f3ad4a8
commit b508868
Showing
9 changed files
with
320 additions
and
496 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
name: Update URL Version | ||
|
||
on: create | ||
|
||
env: | ||
GITHUB_TOKEN: ${{ github.token }} | ||
|
||
jobs: | ||
build: | ||
name: Update URL Version for Release Branches | ||
runs-on: ubuntu-latest | ||
if: startsWith(github.ref, 'refs/heads/release/') | ||
steps: | ||
- name: Checkout code | ||
uses: actions/checkout@v3 | ||
with: | ||
ssh-key: ${{secrets.ID_GITHUB_ACTIONS}} | ||
|
||
- name: Update pas-single-component-deploy.json | ||
uses: restackio/[email protected] | ||
with: | ||
file: azure/pas-single-component-deploy.json | ||
fields: "{\"resources[0].properties.templateLink.uri\": \"https://raw.githubusercontent.com/cyberark/pas-on-cloud/${{github.ref_name}}/azure/nested/psmp-nested-template.json\"}" | ||
|
||
- name: Commit changes | ||
run: | | ||
git config --local user.email "[email protected]" | ||
git config --local user.name "GitHub Action" | ||
git add azure/pas-single-component-deploy.json | ||
git commit -m "GitHub Action: Update psmp nested template url" | ||
git push |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.