Skip to content

Commit

Permalink
ci: pass github token
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarmil committed Jan 3, 2024
1 parent 8b0d161 commit 86d2b25
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
fi
# Build
./build.sh -t pack -c release
env:
GITHUB_USERNAME: ${{ github.actor }}
GITHUB_TOKEN: ${{ github.token }}

- name: Upload nupkg
uses: actions/upload-artifact@v1
Expand Down

0 comments on commit 86d2b25

Please sign in to comment.