Skip to content

Commit

Permalink
document required permissions (#114)
Browse files Browse the repository at this point in the history
* document required permissions

Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com>

* add link to docs

Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com>
  • Loading branch information
davidkarlsen committed Jun 8, 2022
1 parent a3454e4 commit 6d70e85
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -40,6 +40,10 @@ on:

jobs:
release:
# depending on default permission settings for your org (contents being read-only or read-write for workloads), you will have to add permissions
# see: https://docs.github.com/en/actions/security-guides/automatic-token-authentication#modifying-the-permissions-for-the-github_token
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit 6d70e85

Please sign in to comment.