Skip to content

Update main.yml

Update main.yml #4

Workflow file for this run

on: [workflow_dispatch]
jobs:
hello-world:
runs-on: ubuntu-latest
steps:
- uses: actions/create-github-app-token@v1
id: app-token
with:
app-id: ${{ vars.APP_ID }}
private-key: ${{ secrets.PRIVATE_KEY }}
repositories: 'checkout-test`

Check failure on line 12 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yml

Invalid workflow file

You have an error in your yaml syntax on line 12
- name: Checkout Repository
uses: actions/checkout@v3
with:
token: ${{ steps.app-token.outputs.token }}
repository: iamatib/checkout-test