Skip to content

Commit

Permalink
fix: try to fix integration-test-python errors
Browse files Browse the repository at this point in the history
Signed-off-by: Theodor Mihalache <[email protected]>
  • Loading branch information
tmihalac committed Sep 24, 2024
1 parent dde6df0 commit 0b1d193
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 @@ -16,19 +16,19 @@ jobs:
integration-test-python:
permissions:
contents: write
actions: read
attestations: read
checks: read
deployments: read
actions: write
attestations: write
checks: write
deployments: write
id-token: write
issues: read
discussions: read
packages: read
pages: read
pull-requests: read
repository-projects: read
security-events: read
statuses: read
issues: write
discussions: write
packages: write
pages: write
pull-requests: write
repository-projects: write
security-events: write
statuses: write

# when using pull_request_target, all jobs MUST have this if check for 'ok-to-test' or 'approved' for security purposes.
if:
Expand Down

0 comments on commit 0b1d193

Please sign in to comment.