Browse Source

Add GitHub actions release token

Michael Ragazzon 8 months ago
parent
commit
843b5c1693
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/package.yml

+ 1 - 0
.github/workflows/package.yml

@@ -202,6 +202,7 @@ jobs:
       - name: Release
         uses: softprops/action-gh-release@v2
         with:
+          token: ${{ secrets.RELEASE_TOKEN }}
           name: RmlUi ${{ github.ref_name }}
           files: "*.zip"
           draft: true