diff --git a/.github/workflows/master.yaml b/.github/workflows/master.yaml index 587b931d..ec2670a8 100644 --- a/.github/workflows/master.yaml +++ b/.github/workflows/master.yaml @@ -33,4 +33,4 @@ jobs: secrets: inherit permissions: actions: write - contents: read + contents: write diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 27dfe875..3e94b31f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -18,4 +18,4 @@ jobs: secrets: inherit permissions: actions: write - contents: read + contents: write