Skip to content

Commit

Permalink
try write
Browse files Browse the repository at this point in the history
  • Loading branch information
nolte committed Jan 7, 2024
1 parent 7c3a02f commit 27f8204
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-cd-deliver-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
permissions:
contents: read
contents: write
id-token: write
pages: write
concurrency:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release-cd-refresh-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@ jobs:
uses: nolte/gh-plumbing/.github/workflows/[email protected]
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
permissions:
contents: write
with:
target_branch: main

0 comments on commit 27f8204

Please sign in to comment.