Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ committed Apr 15, 2023
1 parent 29ed792 commit 22bfdce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
version_bump_type: ${{ github.event.inputs.version_bump_type }}
version_metadata_path: ${{ github.event.inputs.version_metadata_path }}
env:
GITHUB_TOKEN: ${{ secrets.PACKAGR_GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# GITHUB_TOKEN: ${{ steps.packagr-token.outputs.token }}
# - name: Test
# run: |
Expand All @@ -52,7 +52,7 @@ jobs:
id: commit
uses: packagrio/action-releasr-go@master
env:
GITHUB_TOKEN: ${{ secrets.PACKAGR_GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# GITHUB_TOKEN: ${{ steps.packagr-token.outputs.token }}
with:
version_metadata_path: ${{ github.event.inputs.version_metadata_path }}
Expand All @@ -61,7 +61,7 @@ jobs:
uses: packagrio/action-publishr-go@master
env:
# 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 }}
with:
version_metadata_path: ${{ github.event.inputs.version_metadata_path }}
Expand Down

0 comments on commit 22bfdce

Please sign in to comment.