Skip to content

Commit

Permalink
chore: fix bad credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
zitsen committed Nov 5, 2020
1 parent bcb79f3 commit 12cb8ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
files: |
target/release/xlsx2csv_amd64
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

build-win:
runs-on: windows-latest
Expand All @@ -52,7 +52,7 @@ jobs:
with:
files: target/release/xlsx2csv.exe
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

build-mac:
runs-on: macos-latest
Expand All @@ -79,4 +79,4 @@ jobs:
files: |
target/release/xlsx2csv_darwin
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 12cb8ab

Please sign in to comment.