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

doc: add walktrough for GitLab #288

Merged
merged 3 commits into from
Dec 3, 2024

Conversation

nicoklaus
Copy link
Contributor

@nicoklaus nicoklaus commented Nov 28, 2024

Add a walkthrough for GitLab CI, with client authentication as well as modern federation token authentication. Inspired by #286 .

- Invoke-WebRequest https://github.com/vcsjones/AzureSignTool/releases/latest/AzureSignTool-arm64.exe -OutFile AzureSignTool.exe
script:
- >
.\AzureSignTool.exe sign
Copy link
Owner

Choose a reason for hiding this comment

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

Markdown is funny with escaping. I think this should be.

Suggested change
.\AzureSignTool.exe sign
.\\AzureSignTool.exe sign

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Since it is a code Block, I think this should be correct, it is also displayed correctly in the preview. However, I have tested both on the command line and both works, so your call 😄.

WALKTHROUGH.md Outdated Show resolved Hide resolved
WALKTHROUGH.md Outdated Show resolved Hide resolved
WALKTHROUGH.md Outdated Show resolved Hide resolved
@vcsjones vcsjones enabled auto-merge December 3, 2024 04:28
@vcsjones vcsjones merged commit 593d2a7 into vcsjones:main Dec 3, 2024
1 check passed
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.

2 participants