Skip to content

Update

Update #1

Workflow file for this run

name: Update
on:
workflow_dispatch:
inputs:
branch:
description: 'Steam VR Branch'
required: false
default: 'beta'
type: string
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true
jobs:
process:

Check failure on line 17 in .github/workflows/update.yml

View workflow run for this annotation

GitHub Actions / Update

Invalid workflow file

The workflow is not valid. .github/workflows/update.yml (Line: 17, Col: 5): Error calling workflow 'steamtracking/gametracking/.github/workflows/gametracking.yml@reusable-workflow'. The nested job 'gametracking-setup' is requesting 'contents: write', but is only allowed 'contents: read'.
uses: steamtracking/gametracking/.github/workflows/gametracking.yml@reusable-workflow
secrets: inherit
with:
folder: steamvr
branch: ${{ github.event.inputs.branch }}