Skip to content

Commit

Permalink
Test commit checker
Browse files Browse the repository at this point in the history
  • Loading branch information
rimolive committed May 31, 2024
1 parent effca01 commit 173938a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/commit-check-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ on:
- completed
env:
QUAY_ORG: opendatahub
QUAY_ID: ${{ secrets.QUAY_ROBOT_USERNAME }}
QUAY_TOKEN: ${{ secrets.QUAY_ROBOT_TOKEN }}
GH_USER_EMAIL: [email protected]
GH_USER_NAME: dsp-developers
jobs:
Expand Down Expand Up @@ -74,11 +72,12 @@ jobs:
- name: Run Commit Checker
shell: bash
env:
GH_TOKEN: ${{ secrets.GH_TOKEN_PROJECT_EDIT }}
GH_TOKEN: ${{ github.token }}
continue-on-error: true
run: |
git config user.email "${{ env.GH_USER_EMAIL }}"
git config user.name "${{ env.GH_USER_NAME }}"
gh pr checkout ${{ env.PR_NUMBER }}
cat <<"EOF" >> /tmp/body-file.txt
### Commit Checker results:
Expand Down

0 comments on commit 173938a

Please sign in to comment.