-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OCI ISL update prototype: add random port
- Loading branch information
Showing
1 changed file
with
5 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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/[email protected] | ||
|