Skip to content

Commit

Permalink
print secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorak-mmk committed Jan 10, 2024
1 parent bd7f254 commit cc15ebc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/semver_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ jobs:
id: semver-pr-check
run: cargo semver-checks --workspace --baseline-rev "$PR_BASE"
continue-on-error: true
- run: gh secret list
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_REPO: ${{ github.repository }}
- name: Remove breaking label on success
run: gh pr edit "$PR_ID" --remove-label semver-checks-breaking
if: steps.semver-pr-check.outcome == 'success'
Expand Down

0 comments on commit cc15ebc

Please sign in to comment.