Skip to main content

Add the permissions to the GitHub Actions config

ID
d4595ac
date
2024-05-17 06:56:49+00:00
author
Alex Chan <alex@alexwlchan.net>
parent
b790fa0
message
Add the permissions to the GitHub Actions config
changed files
1 file, 2 additions

Changed files

.github/workflows/upload_binaries.yml (1115) → .github/workflows/upload_binaries.yml (1154)

diff --git a/.github/workflows/upload_binaries.yml b/.github/workflows/upload_binaries.yml
index 96adb6a..47d6301 100644
--- a/.github/workflows/upload_binaries.yml
+++ b/.github/workflows/upload_binaries.yml
@@ -8,6 +8,8 @@ on:
 jobs:
   create-release:
     runs-on: ubuntu-latest
+    permissions:
+      contents: write
     steps:
       - uses: actions/checkout@v4
       - uses: taiki-e/create-gh-release-action@v1