Skip to content

Commit

Permalink
ci: pass GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
srevinsaju committed Sep 14, 2020
1 parent aa19c2b commit 18bce14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sugar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
python3 -c "import sugar3"
- name: Clone 100 activities
env:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
echo PATH=$PATH:$SUGAR_PATH
echo "TOKEN=$ACCESS_TOKEN" > github-archive/src/.env
Expand Down

0 comments on commit 18bce14

Please sign in to comment.