Skip to content

Commit

Permalink
build: give write permission to create releases
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-andrew committed Jan 3, 2025
1 parent 399bffe commit 2923d00
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ jobs:
build:
name: Build and Release APK
runs-on: ubuntu-latest

permissions:
contents: write
steps:
- name: Checkout Repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -60,8 +61,8 @@ jobs:

- name: Clean up sensitive files
run: |
rm -f $GITHUB_WORKSPACE/signing.properties
rm -f $GITHUB_WORKSPACE/app/ryan-andrew.jks
rm -f app/keystore/ryan-andrew.jks
rm -f app/signing.properties
- name: Upload Release Artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 2923d00

Please sign in to comment.