fix(release): remove permissions block

Instead lets set permissions in repository settings and see if that
works without the permissions settings in the workflow.
This commit is contained in:
2023-05-08 01:07:55 +01:00
parent c2d85862fd
commit 04d3b1edbb

View File

@@ -2,10 +2,6 @@
name: CI
on: push
permissions:
contents: write
pull-requests: write
jobs:
release-please:
runs-on: ubuntu-latest