Skip to content

Commit

Permalink
Merge pull request #2115 from florkbr/revert-release-ci-debugging
Browse files Browse the repository at this point in the history
chore: Revert release ci debugging
  • Loading branch information
florkbr authored Nov 22, 2024
2 parents bdaaaa1 + 6cac153 commit 7f9c0b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
6 changes: 1 addition & 5 deletions .github/actions/release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ inputs:
gh_email:
description: 'Github email'
required: true
gh_repository:
description: 'Github repository'
required: true
runs:
using: "composite"
steps:
Expand All @@ -33,7 +30,6 @@ runs:
run: |
git config user.name "${{ inputs.gh_name }}"
git config user.email "${{ inputs.gh_email }}"
git remote set-url origin https://${{ inputs.gh_token }}@github.com/${{ inputs.gh_repository }}
- name: Build
shell: bash
run: npx nx run-many -t build --exclude=demo,
Expand All @@ -49,7 +45,7 @@ runs:
HUSKY: 0
GH_TOKEN: ${{ inputs.gh_token }}
GITHUB_TOKEN: ${{ inputs.gh_token }}
run: npx nx affected --base=last-release --parallel=1 --baseBranch=master --remote=origin --target=version --trackDeps --postTargets=build,deploy,github --exclude=@redhat-cloud-services/executors,demo
run: npx nx affected --base=last-release --parallel=1 --baseBranch=master --target=version --trackDeps --postTargets=build,deploy,github --exclude=@redhat-cloud-services/executors,demo
- name: Tag last-release
shell: bash
run: |
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,12 +126,10 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.GH_BOT_TOKEN }}
persist-credentials: false
ssh-key: ${{ secrets.BOT_AUTH_KEY}}
- uses: './.github/actions/release'
with:
gh_token: ${{ secrets.GH_BOT_TOKEN }}
npm_token: ${{ secrets.NPM_TOKEN }}
gh_name: ${{ secrets.BOT_NAME }}
gh_email: ${{ secrets.BOT_EMAIL }}
gh_repository: ${{ github.repository }}

0 comments on commit 7f9c0b8

Please sign in to comment.