Skip to content

Commit

Permalink
Expose access token on workflow examples (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
0x2b3bfa0 authored Aug 17, 2021
1 parent 66b66bb commit 22de500
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion content/docs/start/github.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,9 @@ Assume that we have a machine learning script, `train.py`, that outputs an image
steps:
- uses: actions/checkout@v2
- uses: iterative/setup-cml@v1
- run: |
- env:
REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
# train will generate plot.png
python train.py
Expand Down

0 comments on commit 22de500

Please sign in to comment.