Updated permissions and added in direct token override for the release job
This commit is contained in:
@@ -60,6 +60,8 @@ jobs:
|
||||
- name: Publish Archive and SHA
|
||||
if: env.ACT != 'true'
|
||||
uses: softprops/action-gh-release@v2
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
files: |
|
||||
${{ steps.package.outputs.archive }}
|
||||
|
||||
Reference in New Issue
Block a user