Skip to content

Commit

Permalink
Merge pull request #3 from lapras-inc/fix/token
Browse files Browse the repository at this point in the history
fix pat
  • Loading branch information
yktakaha4 authored Dec 29, 2023
2 parents 4f6fd32 + 05878bb commit cba66a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
- name: Upload release binaries
uses: alexellis/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.ORG_GITHUB_SCOUTEA_PUBLIC_PAT }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
asset_paths: '["./bin/*"]'

0 comments on commit cba66a3

Please sign in to comment.