Skip to content

Commit

Permalink
fix: the prefix "GITHUB_" can not be used, modify ACCESS_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
homoluctus committed Sep 15, 2019
1 parent 3349637 commit ab4f64a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ jobs:

- name: Setup git
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
run: |
git config --local user.name homoluctus
git config --local user.email [email protected]
git remote set-url origin https://homoluctus:${GITHUB_TOKEN}@github.com/homoluctus/slatify.git
git remote set-url origin https://homoluctus:${ACCESS_TOKEN}@github.com/homoluctus/slatify.git
- name: Git commit
run: |
Expand Down

0 comments on commit ab4f64a

Please sign in to comment.