Skip to content

Commit

Permalink
add token
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Feb 9, 2024
1 parent 0682aef commit 9df1511
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ jobs:
with:
repository: ${{ env.REPO_BIN }}
tag_name: snapshot
token: ${{ secrets.PAT }}
files: eask_${{ env.VERSION }}_${{ matrix.target }}.tar.gz

- name: Uploading... (Windows)
Expand All @@ -94,6 +95,7 @@ jobs:
with:
repository: ${{ env.REPO_BIN }}
tag_name: snapshot
token: ${{ secrets.PAT }}
files: eask_${{ env.VERSION }}_${{ matrix.target }}.zip

#### Prepare to push to `binaries` repository!
Expand Down

0 comments on commit 9df1511

Please sign in to comment.