diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index cf2a45c..e03a370 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -15,6 +15,7 @@ jobs: release-type: ruby package-name: kitchen-google version-file: lib/kitchen/driver/gce_version.rb + token: ${{ secrets.PORTER_GITHUB_TOKEN }} - name: Checkout uses: actions/checkout@v4