Skip to content

Fixing name

Fixing name #3

Workflow file for this run

name: setup-tar-creation
on:
push:
branches:
- main
env:
REGISTRY: ghcr.io/microsoft
IMAGE_NAME: ${{ github.repository }}
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@v2
- uses: microsoft/azure-orbital-space-sdk-github-actions/composite-actions/initialize@km/add_structure
with:
env_file: ./env/spacefx.env
token: ${{ secrets.GITHUB_TOKEN }}