Skip to content

Commit

Permalink
Github token to PAT
Browse files Browse the repository at this point in the history
  • Loading branch information
nawaz1991 committed Jun 16, 2024
1 parent 42e2286 commit 3a14fed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Upload tar.gz to release
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
repo_token: ${{ secrets.PAT }}
file: cpp-oasvalidator-${TAG}.tar.gz
asset_name: cpp-oasvalidator-${TAG}.tar.gz
tag: ${{ github.ref }}
Expand All @@ -56,7 +56,7 @@ jobs:
- name: Upload zip to release
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
repo_token: ${{ secrets.MY_PAT }}
file: cpp-oasvalidator-${TAG}.zip
asset_name: cpp-oasvalidator-${TAG}.zip
tag: ${{ github.ref }}
Expand Down

0 comments on commit 3a14fed

Please sign in to comment.