Skip to content

Commit 8b0b3a4

Browse files
committed
grant write permission to publish_docs
1 parent f0faff6 commit 8b0b3a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/nightly_docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434
if: github.ref == 'refs/heads/master'
3535
needs: [build_docs]
3636
runs-on: ubuntu-latest
37+
permissions:
38+
contents: write
3739
steps:
3840
- name: Checkout `bitcoindevkit.org`
3941
uses: actions/checkout@v4

0 commit comments

Comments
 (0)