Skip to content

Commit aee45ba

Browse files
authored
fix: add proper token requirements to release (#1778)
Co-authored-by: Lukasz Gornicki <lpgornicki@gmail.com>
1 parent 7c4d66e commit aee45ba

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.changeset/yellow-foxes-shout.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@asyncapi/generator": minor
3+
"@asyncapi/keeper": minor
4+
---
5+
6+
Pushing of release https://github.com/asyncapi/generator/pull/1747 that failed due to pipeline issues.

.github/workflows/release-with-changesets.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@ jobs:
7878
needs: [test-nodejs]
7979
name: Publish to any of NPM, GitHub, or Docker Hub
8080
runs-on: ubuntu-latest
81+
permissions:
82+
contents: write
83+
id-token: write
84+
pull-requests: write
8185
steps:
8286
- name: Set git to use LF # To once and for all finish the never-ending fight between Unix and Windows
8387
run: |

0 commit comments

Comments
 (0)