Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
georg-eckert-zeiss authored Feb 22, 2023
1 parent 19e26ef commit 01497f7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# github-actions
Repository for re-usable GitHub actions.

License will be decided on soon.
Two of the workflows require secrets to be passed on to work as intended:

* `publish.yml` pushes NuGet packages to nuget.org and needs a personal access token named `NUGET_FEED_PAT` with proper permissions
* `create-release.yml` creates commits, merges and creates branches and pushes to the target repository and need a GitHub personal access token name `GITHUB_PAT` with proper permissions

0 comments on commit 01497f7

Please sign in to comment.