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 834055c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,10 @@ jobs:
path: build

- name: Test
run: |
dotnet nuget add source https://nuget.pkg.github.com/fsbolero/index.json -n "Bolero nightly" -u "${{github.repository_owner}}" -p "${{secrets.GITHUB_TOKEN}}" --store-password-in-clear-text
./build.sh -t test-build
run: ./build.sh -t test-build
env:
GITHUB_USERNAME: ${{ github.actor }}
GITHUB_TOKEN: ${{ github.token }}

prerelease:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 834055c

Please sign in to comment.