Skip to content

Commit

Permalink
ci: fix release auth
Browse files Browse the repository at this point in the history
  • Loading branch information
seantrane committed Apr 10, 2023
1 parent f4a95a8 commit 1b12530
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GH_PAT }}
fetch-depth: 0

# https://github.com/marketplace/actions/semantic-release-action#usage
- name: Semantic Release
uses: docker://ghcr.io/codfish/semantic-release-action:v2
id: semantic
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
with:
tag_format: 'v${version}'
additional_packages: |
Expand Down

0 comments on commit 1b12530

Please sign in to comment.