Skip to content

Add test review workflows #2

Add test review workflows

Add test review workflows #2

Workflow file for this run

on:
pull_request:
branches:
- main
name: Test Two
jobs:
checkout:
name: Check GitHub Actions
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
update-ami-ids:

Check failure on line 15 in .github/workflows/test-two.yml

View workflow run for this annotation

GitHub Actions / Test Two

Invalid workflow file

The workflow is not valid. .github/workflows/test-two.yml (Line: 15, Col: 3): Error calling workflow 'gravitational/teleport/.github/workflows/update-ami-ids.yaml@master'. The workflow is requesting 'contents: write, pull-requests: write, id-token: write', but is only allowed 'contents: read, pull-requests: none, id-token: none'.
name: Update AMI IDs
uses: gravitational/teleport/.github/workflows/update-ami-ids.yaml@master
secrets: inherit
with:
version: v0.0.0