diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b6489407..4845e5b9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,4 +29,5 @@ jobs: release_name: Release ${{ github.ref }} body: | ## What's Changed - [Friendly release note](https://ui-color-palette.canny.io/changelog/${{ github.ref_name }})・[Full Changelog](https://github.com/inVoltag/figma-ui-color-palette/commits/${{ github.ref_name }}) \ No newline at end of file + [Friendly release note](https://ui-color-palette.canny.io/changelog/${{ github.ref_name }})・[Full Changelog](https://github.com/inVoltag/figma-ui-color-palette/commits/${{ github.ref_name }}) + token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file