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 0e090fa commit 56c72f3Copy full SHA for 56c72f3
1 file changed
.github/workflows/publish.yml
@@ -119,6 +119,8 @@ jobs:
119
- uses: actions/checkout@v5
120
- uses: changepacks/action@main
121
id: changepacks
122
+ with:
123
+ token: ${{ secrets.GITHUB_TOKEN }}
124
outputs:
125
changepacks: ${{ steps.changepacks.outputs.changepacks }}
126
release_assets_urls: ${{ steps.changepacks.outputs.release_assets_urls }}
0 commit comments