We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0faff6 commit 8b0b3a4Copy full SHA for 8b0b3a4
.github/workflows/nightly_docs.yml
@@ -34,6 +34,8 @@ jobs:
34
if: github.ref == 'refs/heads/master'
35
needs: [build_docs]
36
runs-on: ubuntu-latest
37
+ permissions:
38
+ contents: write
39
steps:
40
- name: Checkout `bitcoindevkit.org`
41
uses: actions/checkout@v4
0 commit comments