Skip to content

Commit

Permalink
try with pat custom
Browse files Browse the repository at this point in the history
  • Loading branch information
diegolagospagopa committed Jun 3, 2022
1 parent c8f16e4 commit 3549def
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/generate-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ jobs:
uses: TriPSs/conventional-changelog-action@v3
with:
skip-on-empty: "false"
# skip-commit: "true"
github-token: ${{ secrets.github_token }}
skip-commit: "true"
github-token: ${{ secrets.AZURE_DEVOPS_GITHUB_RW }}
output-file: "false"

- name: Create Release
uses: actions/create-release@v1
if: ${{ steps.changelog.outputs.skipped == 'false' }}
env:
GITHUB_TOKEN: ${{ secrets.github_token }}
GITHUB_TOKEN: ${{ secrets.AZURE_DEVOPS_GITHUB_RW }}
with:
tag_name: ${{ steps.changelog.outputs.tag }}
release_name: ${{ steps.changelog.outputs.tag }}
Expand Down

0 comments on commit 3549def

Please sign in to comment.