Skip to content

ci(global-replicator): Pin manage-files-in-multiple-repositories to commit hash #5

ci(global-replicator): Pin manage-files-in-multiple-repositories to commit hash

ci(global-replicator): Pin manage-files-in-multiple-repositories to commit hash #5

Workflow file for this run

---
# This workflow is centrally managed in https://github.com/LizardByte/.github/
# Don't make changes to this file in this repo as they will be overwritten with changes made to the same file in
# the above-mentioned repo.
name: CI-Node
permissions:
contents: read
on:
push:
branches:
- master
pull_request:
branches:
- master
concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: true
jobs:
call-ci-node:

Check failure on line 23 in .github/workflows/_ci-node.yml

View workflow run for this annotation

GitHub Actions / CI-Node

Invalid workflow file

The workflow is not valid. .github/workflows/_ci-node.yml (Line: 23, Col: 3): Error calling workflow 'LizardByte/.github/.github/workflows/__call-ci-node.yml@master'. The nested job 'setup_release' is requesting 'contents: write', but is only allowed 'contents: read'.
name: CI-Node
uses: LizardByte/.github/.github/workflows/__call-ci-node.yml@master
if: ${{ github.repository != 'LizardByte/.github' }}
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}