Skip to content

Commit

Permalink
Update CI token
Browse files Browse the repository at this point in the history
  • Loading branch information
ataffanel committed Jun 15, 2021
1 parent f156c7d commit d1e5303
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,13 @@ jobs:

env:
PLATFORM: ${{ matrix.platform }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}

steps:
- uses: actions/checkout@v2

- name: Check and build
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
run: docker run --rm -v ${PWD}:/module -e "GH_TOKEN=$GH_TOKEN" bitcraze/builder ./tools/build/build $PLATFORM nightly

- name: Upload Build Artifact
Expand Down

0 comments on commit d1e5303

Please sign in to comment.