Skip to content

Commit

Permalink
Merge pull request #244 from oat-sa/fix/update-autoRelease-action-wit…
Browse files Browse the repository at this point in the history
…h-bot-user

update autoRelease workflow
  • Loading branch information
edwin-focaloid committed Aug 10, 2023
2 parents 36241bf + 7b165aa commit 113bcf8
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/release_tao_extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,18 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
with:
token: ${{ secrets.SEMVER_GH_TOKEN }} #bypass branch protection rule

- name: Configure git user
#configuring git for runner
run: |
git config --global user.name "oat-github-bot"
git config --global user.email "oat-github-bot@taotesting.com"
- name: Release
uses: oat-sa/extension-release-action@v1
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.SEMVER_GH_TOKEN }}
with:
github_token: ${{ secrets.GH_TOKEN }}
github_token: ${{ secrets.SEMVER_GH_TOKEN }}

0 comments on commit 113bcf8

Please sign in to comment.