We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d79663c commit cebb599Copy full SHA for cebb599
.github/workflows/deploy.yml
@@ -83,6 +83,9 @@ jobs:
83
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
84
name: Changelog
85
runs-on: ubuntu-latest
86
+ permissions:
87
+ contents: write
88
+ pull-requests: write
89
outputs:
90
releases_created: ${{ steps.tag-release.outputs.releases_created }}
91
steps:
0 commit comments