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 79f0a6a commit 325ef04Copy full SHA for 325ef04
.github/workflows/release.yml
@@ -18,6 +18,10 @@ jobs:
18
release:
19
name: 🦋 Changesets Release
20
runs-on: ubuntu-latest
21
+ permissions:
22
+ contents: write
23
+ packages: write
24
+ pull-requests: write
25
if: github.repository == 'triggerdotdev/trigger.dev'
26
outputs:
27
published: ${{ steps.changesets.outputs.published }}
@@ -93,6 +97,8 @@ jobs:
93
97
publish:
94
98
needs: release
95
99
uses: ./.github/workflows/publish.yml
100
101
+ contents: read
96
102
secrets: inherit
103
# if: needs.release.outputs.published == 'true'
104
# disable automatic publishing for now
0 commit comments