Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
Nelfimov authored and jade-smith-rs46 committed Jun 4, 2024
1 parent d41a3b8 commit 8e34b61
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,8 @@ jobs:
if: github.event.pull_request.merged == true || github.event_name == 'workflow_dispatch'
runs-on: ubuntu-latest
steps:
- uses: actions/create-github-app-token@v1
id: app-token
with:
app-id: ${{ vars.PUBLIVERSIONER_ID }}
private-key: ${{ secrets.PUBLIVERSIONER_SECRET }}

- name: Checkout
uses: actions/checkout@v4
env:
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}

- name: Setup Java
uses: actions/setup-java@v4
Expand All @@ -44,7 +36,7 @@ jobs:
id: committer
uses: EndBug/add-and-commit@v9
env:
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
GITHUB_TOKEN: ${{ secrets.JADE_SMITH_BOT_TOKEN }}
with:
default_author: github_actions
author_email: github-bot@rees46.com
Expand All @@ -55,7 +47,7 @@ jobs:
if: ${{ !cancelled() && steps.committer.outputs.committed == 'true' }}
working-directory: ./rn-demo-app/app
env:
GH_TOKEN: ${{ steps.app-token.outputs.token }}
GH_TOKEN: ${{ secrets.JADE_SMITH_BOT_TOKEN }}
run: |
yarn exec 'bash -c \
"VERSION=\$npm_package_version; \
Expand Down

0 comments on commit 8e34b61

Please sign in to comment.