Skip to content

Commit

Permalink
Merge pull request #45 from sailpoint-oss/devrel-1364
Browse files Browse the repository at this point in the history
update github actions to remove tyler.mairose and use devrel-service
  • Loading branch information
darrell-thobe-sp authored Nov 30, 2023
2 parents 4d3f421 + 0041979 commit fdd2841
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-go-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,15 +89,15 @@ jobs:
go test
git config --unset-all http.https://github.com/.extraheader
git config --local user.email "tyler.mairose@sailpoint.com"
git config --local user.email "devrel-service@sailpoint.com"
git config --local user.name "GitHub Action Bot"
git add .
git commit -m "Automated build '${{ github.event.head_commit.message }}' go sdk: ${{ github.run_id }}"
git status
git remote set-url origin https://${{secrets.API_SPEC_PAT}}@github.com/sailpoint-oss/golang-sdk.git
git remote set-url origin https://${{secrets.DEVREL_SERVICE_TOKEN}}@github.com/sailpoint-oss/golang-sdk.git
git remote -v
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-powershell-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,15 +87,15 @@ jobs:
run: |
cd powershell-sdk
git config --unset-all http.https://github.com/.extraheader
git config --local user.email "tyler.mairose@sailpoint.com"
git config --local user.email "devrel-service@sailpoint.com"
git config --local user.name "GitHub Action Bot"
git add .
git commit -m "Automated build '${{ github.event.head_commit.message }}' powershell sdk: ${{ github.run_id }}"
git status
git remote set-url origin https://${{secrets.API_SPEC_PAT}}@github.com/sailpoint-oss/powershell-sdk.git
git remote set-url origin https://${{secrets.DEVREL_SERVICE_TOKEN}}@github.com/sailpoint-oss/powershell-sdk.git
git remote -v
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-typescript-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,15 +83,15 @@ jobs:
cd sdk-ts
git config --unset-all http.https://github.com/.extraheader
git config --local user.email "tyler.mairose@sailpoint.com"
git config --local user.email "devrel-service@sailpoint.com"
git config --local user.name "GitHub Action Bot"
git add .
git commit -m "Automated build '${{ github.event.head_commit.message }}' typescript-axios sdk: ${{ github.run_id }}"
git status
git remote set-url origin https://${{secrets.API_SPEC_PAT}}@github.com/sailpoint-oss/typescript-sdk.git
git remote set-url origin https://${{secrets.DEVREL_SERVICE_TOKEN}}@github.com/sailpoint-oss/typescript-sdk.git
git remote -v
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/push-idn-specs-to-dev-portal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@ jobs:
git status
git config --unset-all http.https://github.com/.extraheader
git config --local user.email "tyler.mairose@sailpoint.com"
git config --local user.email "devrel-service@sailpoint.com"
git config --local user.name "GitHub Action Bot"
git add .
git commit -m "Automated commit by github action: ${{ github.run_id }}"
git status
git remote set-url origin https://${{secrets.API_SPEC_PAT}}@github.com/sailpoint-oss/developer.sailpoint.com.git
git remote set-url origin https://${{secrets.DEVREL_SERVICE_TOKEN}}@github.com/sailpoint-oss/developer.sailpoint.com.git
git remote -v
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/push-nerm-specs-to-dev-portal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@ jobs:
git status
git config --unset-all http.https://github.com/.extraheader
git config --local user.email "tyler.mairose@sailpoint.com"
git config --local user.email "devrel-service@sailpoint.com"
git config --local user.name "GitHub Action Bot"
git add .
git commit -m "Automated commit by github action: ${{ github.run_id }}"
git status
git remote set-url origin https://${{secrets.API_SPEC_PAT}}@github.com/sailpoint-oss/developer.sailpoint.com.git
git remote set-url origin https://${{secrets.DEVREL_SERVICE_TOKEN}}@github.com/sailpoint-oss/developer.sailpoint.com.git
git remote -v
Expand Down

0 comments on commit fdd2841

Please sign in to comment.