Skip to content

Commit

Permalink
fix: Removed usage of pull_request_target as much as possible to prev…
Browse files Browse the repository at this point in the history
…ent security concerns

Signed-off-by: Theodor Mihalache <[email protected]>
  • Loading branch information
tmihalac committed Sep 24, 2024
1 parent 07e0f40 commit 40022b2
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/pr_integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@ on:
# group: pr-integration-tests-${{ github.event.pull_request.number }}
# cancel-in-progress: true
permissions:
contents: read
contents: write
actions: write
attestations: read
checks: read
deployments: read
id-token: write
issues: read
discussions: read
packages: read
pages: read
# attestations: read
# checks: read
# deployments: read
# id-token: write
# issues: read
# discussions: read
# packages: read
# pages: read
pull-requests: read
repository-projects: read
security-events: read
statuses: read
# repository-projects: read
# security-events: read
# statuses: read

jobs:
integration-test-python:
Expand Down

0 comments on commit 40022b2

Please sign in to comment.