diff --git a/.github/workflows/flowzone.yml b/.github/workflows/flowzone.yml index 20cffb9d5..181d82673 100644 --- a/.github/workflows/flowzone.yml +++ b/.github/workflows/flowzone.yml @@ -3746,7 +3746,7 @@ jobs: path: ${{ runner.temp }} name: release-notes - name: Publish draft release - uses: softprops/action-gh-release@01570a1f39cb168c169c802c3bceb9e93fb10974 + uses: softprops/action-gh-release@7b4da11513bf3f43f9999e90eabced41ab8bb048 with: token: ${{ steps.gh_app_token.outputs.token || secrets.FLOWZONE_TOKEN }} name: ${{ github.event.pull_request.head.ref }} diff --git a/flowzone.yml b/flowzone.yml index 82e206969..04fbabdc7 100644 --- a/flowzone.yml +++ b/flowzone.yml @@ -3744,7 +3744,7 @@ jobs: # https://github.com/softprops/action-gh-release - name: Publish draft release - uses: softprops/action-gh-release@01570a1f39cb168c169c802c3bceb9e93fb10974 # v2.1.0 + uses: softprops/action-gh-release@7b4da11513bf3f43f9999e90eabced41ab8bb048 # v2.2.0 with: token: ${{ steps.gh_app_token.outputs.token || secrets.FLOWZONE_TOKEN }} name: ${{ github.event.pull_request.head.ref }}