Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
testing
  • Loading branch information
HowardBraham committed Sep 22, 2025
commit 7ca6e480d35ca139649c0c6cd1a520a4a5dbf7bf
3 changes: 2 additions & 1 deletion .github/workflows/create-release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
- name: Checkout and setup environment
uses: ./github-tools/.github/actions/checkout-and-setup
with:
is-high-risk-environment: true
is-high-risk-environment: false
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Release Workflow Security Configuration Error

Setting is-high-risk-environment to false in this release workflow may disable critical security checks and necessary permissions. This could prevent the workflow from performing release operations or accessing sensitive resources, potentially bypassing safety measures.

Fix in Cursor Fix in Web


# Step 4: Print Input Values
- name: Print Input Values
Expand All @@ -120,6 +120,7 @@ jobs:
echo "Git User Name: ${{ inputs.git-user-name }}"
echo "Git User Email: ${{ inputs.git-user-email }}"
echo "-------------"
cat node_modules/.bin/auto-changelog

# Step 5: Create Release PR
- name: Create Release PR
Expand Down
Loading