Skip to content

Commit

Permalink
chore: Revert "Merge pull request RedHatInsights#2112 from florkbr/up…
Browse files Browse the repository at this point in the history
…date-gh-action-checkout-to-use-token"

This reverts commit 6247cd5, reversing
changes made to a8df68a.
  • Loading branch information
florkbr committed Nov 22, 2024
1 parent 70ac878 commit 64a42c2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 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 Down
1 change: 0 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,3 @@ jobs:
npm_token: ${{ secrets.NPM_TOKEN }}
gh_name: ${{ secrets.BOT_NAME }}
gh_email: ${{ secrets.BOT_EMAIL }}
gh_repository: ${{ github.repository }}

0 comments on commit 64a42c2

Please sign in to comment.