Skip to content

Commit 7fb9dae

Browse files
committed
feat: access control segmentation
BREAKING CHANGE: ScopeID is now required to create a new profile attachment Signed-off-by: Bryan Bosely <[email protected]>
1 parent 9ce49e2 commit 7fb9dae

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/release.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ jobs:
4646
4747
- name: deploy python to gh-pages
4848
run: |
49-
git config --global user.email "scccomm@in.ibm.com"
50-
git config --global user.name "sccdeveloper"
49+
git config --global user.email "scc.results@ibm.com"
50+
git config --global user.name "sccibm"
5151
git config --global user.password "${{ secrets.ADMIN_TOKEN }}"
5252
cd v4/dist
5353
git init
@@ -58,7 +58,7 @@ jobs:
5858
git push -f origin gh-pages
5959
env:
6060
GITHUB_TOKEN: ${{ secrets.ADMIN_TOKEN }}
61-
GIT_AUTHOR_NAME: sccdeveloper
62-
GIT_AUTHOR_EMAIL: scccomm@in.ibm.com
63-
GIT_COMMITTER_NAME: sccdeveloper
64-
GIT_COMMITTER_EMAIL: scccomm@in.ibm.com
61+
GIT_AUTHOR_NAME: sccibm
62+
GIT_AUTHOR_EMAIL: scc.results@ibm.com
63+
GIT_COMMITTER_NAME: sccibm
64+
GIT_COMMITTER_EMAIL: scc.results@ibm.com

0 commit comments

Comments
 (0)