Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Secrets Store links #657

Merged
merged 2 commits into from
May 14, 2024
Merged

Update Secrets Store links #657

merged 2 commits into from
May 14, 2024

Conversation

sebastian-luna-valero
Copy link
Member

Summary

Fixes #656


Related issue : #656

This comment has been minimized.

Copy link

@check-spelling-bot Report

🔴 Please review

See the 📂 files view, the 📜action log, or 📝 job summary for details.

Unrecognized words (1)

ield

To accept these unrecognized words as correct, you could run the following commands

... in a clone of the [email protected]:EGI-Federation/documentation.git repository
on the vault branch (ℹ️ how do I use this?):

curl -s -S -L 'https://raw.githubusercontent.com/check-spelling/check-spelling/main/apply.pl' |
perl - 'https://github.com/EGI-Federation/documentation/actions/runs/9074743292/attempts/1'

OR

To have the bot accept them for you, reply quoting the following line:
@check-spelling-bot apply updates.

Available 📚 dictionaries could cover words (expected and unrecognized) not in the 📘 dictionary

This includes both expected items (15) from .github/actions/spelling/expect.txt and unrecognized words (1)

Dictionary Entries Covers Uniquely
cspell:powershell/dict/powershell.txt 91 1 1
cspell:shell/dict/shell-all-words.txt 113 1 1
cspell:npm/dict/npm.txt 302 1 1
cspell:python/src/common/extra.txt 741 1 1
cspell:node/dict/node.txt 891 1

Consider adding them (in .github/workflows/spelling.yml) for uses: check-spelling/check-spelling@main in its with:

      with:
        extra_dictionaries:
          cspell:powershell/dict/powershell.txt
          cspell:shell/dict/shell-all-words.txt
          cspell:npm/dict/npm.txt
          cspell:python/src/common/extra.txt
          cspell:node/dict/node.txt

To stop checking additional dictionaries, add (in .github/workflows/spelling.yml) for uses: check-spelling/check-spelling@main in its with:

check_extra_dictionaries: ''

@sebastian-luna-valero
Copy link
Member Author

I wonder why -field is not picked up by

Copy link
Contributor

@enolfc enolfc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

Copy link
Member

@brucellino brucellino left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Member

@gwarf gwarf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, will merbe bypassing false positive spell check error.

@gwarf gwarf merged commit 4287ae8 into main May 14, 2024
15 of 16 checks passed
@gwarf gwarf deleted the vault branch May 14, 2024 07:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Secrets Store Web Interface - link to origin in documentation
4 participants