Skip to content

updated trigger

updated trigger #1

Workflow file for this run

name: test setup
on:
workflow_dispatch:
inputs:
VER_DOCKER_MAX:
description: 'Docker version to install'
required: false
type: string
default: "26.1.3"
pull_request:
branches: [ main ]
push:
env:
REGISTRY: ghcr.io
FEATURE: microsoft/azure-orbital-space-sdk/spacefx-dev
jobs:
test-setup-amd64:

Check failure on line 22 in .github/workflows/test-setup.yaml

View workflow run for this annotation

GitHub Actions / test setup

Invalid workflow file

The workflow is not valid. .github/workflows/test-setup.yaml (Line: 22, Col: 3): Error calling workflow 'microsoft/azure-orbital-space-sdk-setup/.github/workflows/run-setup-tests.yaml@6cf2141ff0e07b9f3c7e72a314f8a79b0a20c1c4'. The nested job 'test-prod' is requesting 'packages: write', but is only allowed 'packages: read'. .github/workflows/test-setup.yaml (Line: 22, Col: 3): Error calling workflow 'microsoft/azure-orbital-space-sdk-setup/.github/workflows/run-setup-tests.yaml@6cf2141ff0e07b9f3c7e72a314f8a79b0a20c1c4'. The nested job 'test-dev' is requesting 'packages: write', but is only allowed 'packages: read'.
permissions:
contents: read
packages: read
uses: ./.github/workflows/run-setup-tests.yaml
with:
WORKFLOW_AGENT: ubuntu-latest
secrets:
GIT_HUB_USER_NAME: ${{ secrets.GIT_HUB_USER_NAME }}
GIT_HUB_USER_TOKEN: ${{ secrets.GIT_HUB_USER_TOKEN }}
SETUP_REPO_URL: ${{ secrets.SETUP_REPO_URL }}
test-setup-arm64:
permissions:
contents: read
packages: read
uses: ./.github/workflows/run-setup-tests.yaml
with:
WORKFLOW_AGENT: spacesdk-ubuntu-2204LTS-arm64
secrets:
GIT_HUB_USER_NAME: ${{ secrets.GIT_HUB_USER_NAME }}
GIT_HUB_USER_TOKEN: ${{ secrets.GIT_HUB_USER_TOKEN }}
SETUP_REPO_URL: ${{ secrets.SETUP_REPO_URL }}