We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c59fd6 commit 1cab0c9Copy full SHA for 1cab0c9
.github/workflows/ci.yaml
@@ -52,6 +52,7 @@ jobs:
52
release:
53
needs: lint-test
54
runs-on: ubuntu-latest
55
+ permissions: write-all
56
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
57
steps:
58
- name: Checkout
0 commit comments