We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dab73cb commit 5a6e769Copy full SHA for 5a6e769
.github/workflows/main.yml
@@ -70,6 +70,8 @@ jobs:
70
runs-on: ubuntu-latest
71
if: github.event_name == 'push'
72
needs: [lint, tests]
73
+ permissions:
74
+ contents: write
75
outputs:
76
published: ${{ steps.changesets.outputs.published }}
77
steps:
0 commit comments