Skip to content

Commit

Permalink
Merge pull request #16 from ag-gipp/dev
Browse files Browse the repository at this point in the history
Update access token and push action
  • Loading branch information
jpwahle authored Nov 11, 2021
2 parents 234ca1f + 53b887c commit 593ad02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,14 +107,14 @@ jobs:
version: ${{steps.tagging.outputs.tag}}
- name: Commit files
run: |
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --local user.email "jan.philip.wahle@gmail.com"
git config --local user.name "github-actions[bot]"
git add package.json
git commit -m "[release-bot] Update npm version"
- name: Push changes
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.ACCESS_TOKEN }}
branch: ${{ github.ref }}
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
Expand Down

0 comments on commit 593ad02

Please sign in to comment.