From b123bc7fc81bf84066a05660bc8366136a0dd370 Mon Sep 17 00:00:00 2001 From: Marius Date: Tue, 16 Jul 2024 14:09:23 +0200 Subject: [PATCH] Fixed typ in README (content"s") --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ea4a594..564eefc 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ jobs: publish: permissions: id-token: write # Required for authentication using OIDC - content: read + contents: read runs-on: ubuntu-latest steps: - uses: actions/checkout@v4