Skip to content

Commit

Permalink
chore(github): change token
Browse files Browse the repository at this point in the history
  • Loading branch information
breakthewall committed Oct 7, 2021
1 parent 87b5c15 commit 23c167f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ jobs:
git config --local user.email "[email protected]"
git config --local user.name "brsynth"
git commit -m "chore(meta.yml): update version" -a
git push
# git push
env:
VERSION: ${{ steps.tag_version.outputs.new_tag }}
# - name: Push changes
# uses: ad-m/github-push-action@master
# with:
# # github_token: ${{ secrets.GITHUB_TOKEN }}
# repository: conda-forge/brs_utils-feedstock
- name: Push changes
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.API_TOKEN_GITHUB }}
repository: conda-forge/brs_utils-feedstock

0 comments on commit 23c167f

Please sign in to comment.