Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
matarpeles authored Dec 4, 2023
1 parent 3b05432 commit 017673c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Generate Scorecard Report
uses: port-labs/port-sender@v0.1.15
uses: port-labs/port-sender@v0.2.1
with:
message_kind: scorecard_report
port_client_id: ${{ secrets.PORT_CLIENT_ID }}
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Generate Scorecards Reminders
uses: port-labs/port-sender@v0.1.15
uses: port-labs/port-sender@v0.2.1
with:
message_kind: scorecard_reminder
port_client_id: ${{ secrets.PORT_CLIENT_ID }}
Expand Down Expand Up @@ -184,7 +184,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Sync Jira Issues
uses: port-labs/[email protected].0
uses: port-labs/[email protected].1
with:
operation_kind: ticket_handler
port_client_id: ${{ secrets.PORT_CLIENT_ID }}
Expand All @@ -195,7 +195,7 @@ jobs:
jira_api_endpoint: https://example.atlassian.net
jira_email: [email protected]
jira_project_id: EXAMPLE
jira_token: MY-JIRA-TOKEN
jira_token: ${{ secrets.JIRA_TOKEN }}
target_kind: jira
Expand Down

0 comments on commit 017673c

Please sign in to comment.