Update release.yaml

This commit is contained in:
Jason Kulatunga 2023-04-15 10:07:09 -07:00 committed by GitHub
parent 29ed792f03
commit 22bfdce6c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -43,7 +43,7 @@ jobs:
version_bump_type: ${{ github.event.inputs.version_bump_type }} version_bump_type: ${{ github.event.inputs.version_bump_type }}
version_metadata_path: ${{ github.event.inputs.version_metadata_path }} version_metadata_path: ${{ github.event.inputs.version_metadata_path }}
env: env:
GITHUB_TOKEN: ${{ secrets.PACKAGR_GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# GITHUB_TOKEN: ${{ steps.packagr-token.outputs.token }} # GITHUB_TOKEN: ${{ steps.packagr-token.outputs.token }}
# - name: Test # - name: Test
# run: | # run: |
@ -52,7 +52,7 @@ jobs:
id: commit id: commit
uses: packagrio/action-releasr-go@master uses: packagrio/action-releasr-go@master
env: env:
GITHUB_TOKEN: ${{ secrets.PACKAGR_GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# GITHUB_TOKEN: ${{ steps.packagr-token.outputs.token }} # GITHUB_TOKEN: ${{ steps.packagr-token.outputs.token }}
with: with:
version_metadata_path: ${{ github.event.inputs.version_metadata_path }} version_metadata_path: ${{ github.event.inputs.version_metadata_path }}
@ -61,7 +61,7 @@ jobs:
uses: packagrio/action-publishr-go@master uses: packagrio/action-publishr-go@master
env: env:
# This is necessary in order to push a commit to the repo # This is necessary in order to push a commit to the repo
GITHUB_TOKEN: ${{ secrets.PACKAGR_GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# GITHUB_TOKEN: ${{ steps.packagr-token.outputs.token }} # GITHUB_TOKEN: ${{ steps.packagr-token.outputs.token }}
with: with:
version_metadata_path: ${{ github.event.inputs.version_metadata_path }} version_metadata_path: ${{ github.event.inputs.version_metadata_path }}