Skip to content

Commit

Permalink
Merge pull request #66 from aschuhardt/develop
Browse files Browse the repository at this point in the history
adding write-all permissions to the create_tag jobs [skip ci]
  • Loading branch information
aschuhardt authored Oct 31, 2023
2 parents 2ec8334 + 767eba8 commit b49ed60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,9 @@ jobs:
create_tag:
runs-on: ubuntu-latest
name: Tag Release
permissions: write-all
needs:
- read_version
- deploy_google
- deploy_fdroid
steps:
- name: Checkout
uses: actions/[email protected]
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/deploy-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,9 @@ jobs:
create_tag:
runs-on: ubuntu-latest
name: Tag Release
permissions: write-all
needs:
- read_version
- deploy_google
- deploy_fdroid
steps:
- name: Checkout
uses: actions/[email protected]
Expand Down

0 comments on commit b49ed60

Please sign in to comment.