We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b027c9 commit c555ab2Copy full SHA for c555ab2
.github/workflows/on-main-push.yaml
@@ -30,7 +30,7 @@ jobs:
30
needs: [tests, integration-tests]
31
permissions: write-all
32
uses: ./.github/workflows/create-release-pr.yaml
33
- secrets:
+ with:
34
RELEASE_PLEASE_TOKEN: ${{ secrets.RELEASE_PLEASE_TOKEN }}
35
36
publish-packages:
0 commit comments