Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
arrow-up-circle

GitHub Action

Satellite file upload

v1alpha1 Pre-release

Satellite file upload

arrow-up-circle

Satellite file upload

Upload a new Kubernetes resource to IBM Cloud Satellite Config

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Satellite file upload

uses: IBM/satellite-config-upload-action@v1alpha1

Learn more about this action in IBM/satellite-config-upload-action

Choose a version

satellite-config-actions

A set of Github Actions that allow users to integrate IBM Cloud Satellite Config into their Github CI pipelines.

Inputs

apikey

Required The IBM Cloud API key.

channel_id

Required The IBM Cloud Satellite Config channel_id.

filename

Required The name of the file to upload.

version_name

Required The name of the new version.

Outputs

version_id

The version id of the new file that was uploaded

Example usage

uses: IBM/satellite-config-actions@v1 with: apikey: 'xxxxxxxxxxxxxxxxxxxx' filename: 'resource.yml' channel_id: '12345abcdef'