Skip to content

Commit

Permalink
OCI ISL update prototype: add random port
Browse files Browse the repository at this point in the history
  • Loading branch information
DwarKapex committed Sep 5, 2024
1 parent e0a496c commit 607d250
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/_oci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ on:
description: Global CIDR to be added/deleted from security list of slurm cluster
outputs:
SSH_PORT: ${{ steps.new-ingress-list.outputs.SSH_PORT}}
description: SSH port to connect to
value: ${{ jobs.oci-sl-update.outputs.SSH_PORT }}


permissions:
contents: read # to fetch code
Expand All @@ -32,6 +35,8 @@ jobs:
OCI_CLI_FINGERPRINT: ${{ secrets.OCI_CLI_FINGERPRINT }}
OCI_CLI_KEY_CONTENT: ${{ secrets.OCI_CLI_KEY_CONTENT }}
OCI_CLI_REGION: ${{ secrets.OCI_CLI_REGION }}
outputs:
SSH_PORT: ${{ steps.new-ingress-list.outputs.SSH_PORT }}
steps:
- name: Retrieve the OCID of a named compartment in tenancy
uses: oracle-actions/run-oci-cli-command@v1.3.1
Expand Down

0 comments on commit 607d250

Please sign in to comment.