Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
dgafka committed Jun 30, 2024
1 parent 2cce67a commit a6bc1d3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

env:
# 1. for Github split
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
GITHUB_TOKEN: ${{ secrets.ECOTONE_BOT_TOKEN }}

jobs:
prepare-code-for-release:
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Release ${{ github.ref_name }}
token: ${{ secrets.ACCESS_TOKEN }}
token: ${{ secrets.ECOTONE_BOT_TOKEN }}

get_packages:
name: Package splitting
Expand Down Expand Up @@ -116,8 +116,8 @@ jobs:
repository_name: '${{ matrix.package.repository }}'

# ↓ the user signed under the split commit
user_name: "Dariusz Gafka"
user_email: "dgafka.mail@gmail.com"
user_name: "Ecotone FrameworkBot"
user_email: "ecotoneframework@gmail.com"
tweet:
runs-on: ubuntu-latest
needs: split_packages
Expand Down

0 comments on commit a6bc1d3

Please sign in to comment.