Skip to content

Commit

Permalink
Update README.md with PUML URL
Browse files Browse the repository at this point in the history
  • Loading branch information
npiper committed Jul 12, 2023
1 parent 87a5ebf commit 1407339
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ This script uses the `libsodium` library for encryption. Follow the steps below
> Note: The `createSecret.js` script uses the `libsodium` library for encryption, which ensures secure encryption of secrets. The encryption process is handled within the script, and the encrypted values will be used when setting up repository secrets.

![Creation](http://www.plantuml.com/plantuml/svg/TP5HQzim483VzIkkeG_hWssonp9AJQ9b9cbIB8So61Z5lYG2MnBIUMMK_FT5gPSqNM9iRDttdUwiU_Ga7NLjmsvgN2kD89xphE1YcSzWIsJzVP8u-Hfl56sxLUVHLKOJQeehqoQsaJfaHvxgHgsIZMfMqkrl6PsGTOhG9x-7yJ3f5-n6wQhfQknSyw5YybubaXKfetriGsEC53K8GhPs_yhH6g_8k3ym-G7fGGI1bKFoZ3ciIEhDtXjykptVxE6NdXm2VP8VWFImsVOhU6ECGRZMfgdHmK1RPT4bjsyEhTaTxF0Ln3ElBpuu0kb8hML5CCcASYbuNixJ9_w9ZHUZwPu4V9q-fqAyBFBn9vg-Y38TZRWGvPJ_BBDBNF1HpeiFsWLdpB-dorbHvdoIBUONcYyMKpw_zbFyASrc0UvOU7QCiSgqrcZK19L3IJZ7rp2ls6z1-bFiFoz8_J6UkSUv7bCXYXxUnt0FNuPtlNU8iBES89vc4-olTv3MDVX_Ux97r7NNDdy1)

## Initializing a Local Repository

1. In the terminal, navigate to the directory where you want to initialize the local repository.
Expand Down Expand Up @@ -153,4 +155,4 @@ https://docs.github.com/en/rest/actions/secrets?apiVersion=2022-11-28#get-a-repo

OWNER_REPO="owner/examplerepo" # Replace with your repository path

API_URL="https://api.github.com/repos/$OWNER_REPO/actions/secrets"
API_URL="https://api.github.com/repos/$OWNER_REPO/actions/secrets"

0 comments on commit 1407339

Please sign in to comment.