Skip to content

Commit

Permalink
Merge branch 'main' into pangeo
Browse files Browse the repository at this point in the history
  • Loading branch information
gwarf authored Dec 15, 2023
2 parents 15a809f + 6315344 commit 107ac96
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_pr_preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
run: echo ${{ github.event.number }} > ./public/PR

- name: Upload build artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: pr
path: public/
4 changes: 2 additions & 2 deletions .github/workflows/deploy_pr_preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Download artifact"
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
var artifacts = await github.rest.actions.listWorkflowRunArtifacts({
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
commit_message: ${{ github.event.head_commit.message }}

- name: Update Pull Request
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
Expand Down
11 changes: 5 additions & 6 deletions content/en/internal/helpdesk/account-and-privileges/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,22 +29,21 @@ valid please just clear the DN field and save the change. Once the old
certificate has expired before updating the account data, users can request an
update via GGUS ticket against Helpdesk(GGUS) support unit.

## Linking the EGI SSO persistent ID to the GGUS account
## Linking the EGI SSO VOPersonID to the GGUS account

**Pre-requisites: the email address of your EGI SSO account must be equal to the
email address registered in GGUS!**

For adding your EGI SSO persistent ID to your account data please do the
For adding your EGI SSO VOPersonID to your account data please do the
following:

- login to GGUS using your EGI SSO account
- on GGUS home click the [Registration](https://ggus.eu/?mode=register_info)
link

![your account information](GGUS_EGI_AAI_1.png)

- click the button "Add my Shibboleth ID to my account" at the bottom of the
yellow box.
yellow box.

![RegisterInfo_AAI_VOPersonID](https://github.com/EGI-Federation/documentation/assets/94046531/78883c1b-dcad-4a47-bd93-cec6ad72fcaf)

## Getting supporter privileges

Expand Down

0 comments on commit 107ac96

Please sign in to comment.