Skip to content

ci

ci #982

Workflow file for this run

name: ci
on:
schedule:
- cron: "0 0 * * *"
push:
branches:
- master
tags:
- "v*"
pull_request:
permissions:
contents: read
jobs:
plugin-ci:

Check failure on line 16 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / ci

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 16, Col: 3): Error calling workflow 'mattermost/actions-workflows/.github/workflows/plugin-ci.yml@main'. The workflow is requesting 'id-token: write', but is only allowed 'id-token: none'.
uses: mattermost/actions-workflows/.github/workflows/plugin-ci.yml@main
secrets: inherit