diff --git a/.github/pipeline-version b/.github/pipeline-version index 5e57fb8..034552a 100644 --- a/.github/pipeline-version +++ b/.github/pipeline-version @@ -1 +1 @@ -1.29.0 +1.30.0 diff --git a/.github/workflows/pb-create-package.yml b/.github/workflows/pb-create-package.yml index 734a3f5..7353882 100644 --- a/.github/workflows/pb-create-package.yml +++ b/.github/workflows/pb-create-package.yml @@ -227,5 +227,5 @@ jobs: with: address: docker.io/paketobuildpacks/encrypt-at-rest@${{ steps.package.outputs.digest }} id: paketo-buildpacks/encrypt-at-rest - token: ${ secrets.PAKETO_BOT_GITHUB_TOKEN } + token: ${{ secrets.PAKETO_BOT_GITHUB_TOKEN }} version: ${{ steps.version.outputs.version }}