Skip to content

Commit 688dab2

Browse files
authored
Update GitHub Actions workflow for release process
1 parent e98bf03 commit 688dab2

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/create-package.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
description: 'Release Version (e.g., v3.1)'
88
required: true
99

10+
permissions:
11+
contents: write
12+
1013
jobs:
1114
build-and-release:
1215
runs-on: ubuntu-latest
@@ -40,7 +43,7 @@ jobs:
4043
uses: ncipollo/release-action@v1
4144
with:
4245
artifacts: "${{ env.ZIP_NAME }}"
43-
token: ${{ secrets.TOKEN }}
46+
token: ${{ secrets.GITHUB_TOKEN }}
4447
tag: ${{ github.event.inputs.version }}
4548
name: "Android Image Tools ${{ github.event.inputs.version }}"
4649
body: |

0 commit comments

Comments
 (0)