Skip to content

.github/workflows/main.yml #3

.github/workflows/main.yml

.github/workflows/main.yml #3

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 }}
- name: Checkout Repository
uses: actions/checkout@v3
with:
token: ${{ steps.app-token.outputs.token }}
repository: iamatib/checkout-test