Skip to content

Commit

Permalink
Fix permissions ?
Browse files Browse the repository at this point in the history
  • Loading branch information
kaidokert committed Jan 7, 2024
1 parent be99ce7 commit 88e7e6a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ jobs:
final_android_job:
runs-on: ubuntu-latest
needs: [ android-arm, android-arm64, android-x86 ]
permissions:
actions: write
steps:
- name: Final collections
run: echo ${{ needs.android-arm.outputs.first_output }}
Expand Down Expand Up @@ -103,3 +105,4 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
name: android-*
failOnError: true

0 comments on commit 88e7e6a

Please sign in to comment.