mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-06 04:19:09 +00:00
update github actions to remove tyler.mairose and use devrel-service
This commit is contained in:
4
.github/workflows/build-go-sdk.yml
vendored
4
.github/workflows/build-go-sdk.yml
vendored
@@ -89,7 +89,7 @@ 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 .
|
||||
@@ -97,7 +97,7 @@ jobs:
|
||||
|
||||
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
|
||||
|
||||
|
||||
4
.github/workflows/build-powershell-sdk.yml
vendored
4
.github/workflows/build-powershell-sdk.yml
vendored
@@ -87,7 +87,7 @@ 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 .
|
||||
@@ -95,7 +95,7 @@ jobs:
|
||||
|
||||
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
|
||||
|
||||
|
||||
4
.github/workflows/build-typescript-sdk.yml
vendored
4
.github/workflows/build-typescript-sdk.yml
vendored
@@ -83,7 +83,7 @@ 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 .
|
||||
@@ -91,7 +91,7 @@ jobs:
|
||||
|
||||
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
|
||||
|
||||
|
||||
@@ -41,7 +41,7 @@ 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 .
|
||||
@@ -49,7 +49,7 @@ jobs:
|
||||
|
||||
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
|
||||
|
||||
|
||||
@@ -41,7 +41,7 @@ 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 .
|
||||
@@ -49,7 +49,7 @@ jobs:
|
||||
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user