Skip to content

Commit

Permalink
Remove permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsreichardt committed Apr 28, 2024
1 parent f50ce59 commit a93be33
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,10 @@ on:
to be newer than the App Store versions. This is why we need to bump the
version after the stable release.
permissions: {}

jobs:
bump-version:
if: github.event.inputs.bump-version-after-release == 'true'
runs-on: ubuntu-22.04
permissions: { contents: write, pull-requests: write }
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
Expand Down

0 comments on commit a93be33

Please sign in to comment.