diff --git a/.github/workflows/PullRequestCreated.yml b/.github/workflows/PullRequestCreated.yml index 7c38a1f..895ba78 100644 --- a/.github/workflows/PullRequestCreated.yml +++ b/.github/workflows/PullRequestCreated.yml @@ -8,7 +8,6 @@ jobs: PullRequestCreated_job: name: Pull Request Created runs-on: ubuntu-latest - environment: jira permissions: id-token: write # For external PR, ticket should be created manually diff --git a/.github/workflows/RequestReview.yml b/.github/workflows/RequestReview.yml index b231abe..5eac0d5 100644 --- a/.github/workflows/RequestReview.yml +++ b/.github/workflows/RequestReview.yml @@ -8,7 +8,6 @@ jobs: RequestReview_job: name: Request review runs-on: ubuntu-latest - environment: jira permissions: id-token: write # For external PR, ticket should be moved manually