Skip to content

Commit

Permalink
Add write permission
Browse files Browse the repository at this point in the history
  • Loading branch information
XuNeal authored Jan 8, 2024
1 parent ed0faca commit 500bb54
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build-release-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ env:
ORG_GRADLE_PROJECT_signingKey: ${{ secrets.SIGNING_KEY }}
ORG_GRADLE_PROJECT_signingPassword: ${{ secrets.SIGNING_SECRET }}

permissions:
contents: write


jobs:
build:
name: Build Android Release
Expand Down Expand Up @@ -123,7 +127,7 @@ jobs:
name: "Android Release ${{ steps.getversion.outputs.version }}"
tag_name: "v${{ steps.getversion.outputs.version }}"
generate_release_notes: true
files: ${{github.workspace}}/publish/android/tokencore/build/outputs/aar/tokencore-release.aar
files: ${{github.workspace}}/tokencore-${{ steps.getversion.outputs.version }}.aar

- name: Send custom JSON data to Slack workflow
id: slack
Expand Down

0 comments on commit 500bb54

Please sign in to comment.