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 960d4fd commit 5e68304Copy full SHA for 5e68304
.github/workflows/build-release.yml
@@ -22,7 +22,9 @@ jobs:
22
name: Build Release
23
runs-on: macos-26
24
if: github.repository_owner == 'hackdoc'
25
-
+ permissions:
26
+ contents: write
27
+
28
env:
29
# GitHub Information
30
branch: ${{ github.ref }}
@@ -31,7 +33,7 @@ jobs:
31
33
des: ${{ inputs.desciption }}
32
34
commiturl: ${{ github.event.head_commit.url }}${{ github.event.release.html_url }}
35
commitdate: ${{ github.event.head_commit.timestamp }}${{ github.event.release.published_at }}
36
37
steps:
38
- uses: actions/checkout@v4
39
- name: Set up Python
0 commit comments