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 84c2432 commit ccba80bCopy full SHA for ccba80b
1 file changed
.github/workflows/publish.yml
@@ -40,6 +40,8 @@ jobs:
40
runs-on: ubuntu-latest
41
environment: marketplace
42
timeout-minutes: 20
43
+ permissions:
44
+ contents: write # to create release and have it authored by github-actions (changesets/action)
45
steps:
46
- uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
47
id: app-token
@@ -49,6 +51,7 @@ jobs:
49
51
50
52
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
53
with:
54
+ # we need this token to bypass the branch and tag protection rules
55
token: ${{ steps.app-token.outputs.token }}
56
57
- uses: ./.github/actions/ci-setup
0 commit comments