Skip to content

Commit a806d88

Browse files
authored
Refactor Release CI workflow with permissions
Updated the Release CI workflow to include permissions and adjusted the build steps for APK creation.
1 parent 24f8852 commit a806d88

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/release-ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: Release CI
22

3+
permissions:
4+
contents: read
5+
packages: read
6+
37
on:
48
pull_request:
59
workflow_dispatch:
@@ -48,6 +52,8 @@ jobs:
4852
id: build-apk
4953
uses: ./.github/actions/build-apk
5054
with:
55+
username: ${{ secrets.ACTOR }}
56+
token: ${{ secrets.GITHUB_TOKEN }}
5157
flavor: ${{ matrix.flavor }}
5258
buildType: "release"
5359
keyStore: ${{ secrets.KEY_STORE }}

0 commit comments

Comments
 (0)