Skip to content

Commit

Permalink
Update 15/umbraco-cms/tutorials/creating-and-distributing-a-package.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eshanrnh authored Nov 26, 2024
1 parent 2244a1e commit 81a0e76
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ To push the package to Our, we add the API key as a GitHub secret to keep it pri

With these 2 commands and a few previous ones setting up the prerequisite build and nuget tools it is now ready to be fully automated.

Ensure you have set a GitHub secret with the name `UMBRACO_DEPLOY_KEY` and the value of the key from Our, and then go to your local solution and uncomment the UmbPack push command in the \~/.github/workflows/build.yml file.
Ensure you have set a GitHub secret with the name `UMBRACO_DEPLOY_KEY` and the value of the key from Our. Go to your local solution and uncomment the UmbPack push command in the \~/.github/workflows/build.yml file.

Check warning on line 446 in 15/umbraco-cms/tutorials/creating-and-distributing-a-package.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [UmbracoDocs.Brands] We prefer 'GitHub' over 'github.' Raw Output: {"message": "[UmbracoDocs.Brands] We prefer 'GitHub' over 'github.'", "location": {"path": "15/umbraco-cms/tutorials/creating-and-distributing-a-package.md", "range": {"start": {"line": 446, "column": 183}}}, "severity": "WARNING"}

Then make sure it is added and committed locally:

Expand Down

0 comments on commit 81a0e76

Please sign in to comment.