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
8 changes: 5 additions & 3 deletions .github/workflows/oidc-test.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
name: "OIDC Test"
on:
push:
pull_request_target:
types: [ labeled ]
branches:
- dev
- v3_er
- master
permissions:
contents: write
pull-requests: write
security-events: write
id-token: write
jobs:
oidc-test:
if: contains(github.event.pull_request.labels.*.name, 'safe to test') || github.event_name == 'push'
name: OIDC-Access integration test (${{ matrix.os }})
strategy:
fail-fast: false
Expand Down Expand Up @@ -80,6 +81,7 @@ jobs:
JF_URL: ${{ secrets.PLATFORM_URL }}
JF_GIT_TOKEN: ${{ secrets.GITHUB_TOKEN }}
JF_GIT_BASE_BRANCH: ${{ matrix.branch }}
JF_WORKING_DIR: ./testdata/projects/noIssuesProject
JF_FAIL: "FALSE"
JFROG_CLI_LOG_LEVEL: "DEBUG"
with:
Expand Down
Loading