Skip to content

Commit

Permalink
Write permission for CD workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
swap-musale committed Aug 21, 2023
1 parent b6aabcf commit 32ecbc1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/android_cd.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
name: Android CD Pipeline
# write permission is required to create release through github action
permissions:
contents: write

on:
push:
Expand Down

0 comments on commit 32ecbc1

Please sign in to comment.