summary refs log tree commit diff
path: root/.github/workflows
diff options
context:
space:
mode:
authorwlodekm <[email protected]>2024-11-15 10:18:37 +0200
committerwlodekm <[email protected]>2024-11-15 10:18:37 +0200
commit6500a80bbb07ef6820294914b0609fa87d3c2c16 (patch)
tree537fcdf7a272c8cfbf5a645016aa6dc32eb77616 /.github/workflows
parent20a7cd47bd587eec4081fd59d9e5a94293cdc1c4 (diff)
oiuahiufsnjiudahiufxh9iuhsaiuh
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/main.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 67e5fcb..8d44190 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -46,5 +46,8 @@ jobs:
       with:
         files: build/compressed/*  # Upload the files to the GitHub release
         tag_name: ${{ github.ref }}  # Use the pushed tag as the release version
-        name: Release ${{ github.ref }}
+        release_name: Release ${{ github.ref }}
         body: "Automated release for version ${{ github.ref }}"
+      env:
+        GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}  # Use the personal access token here
+