From 6a2f8394dcf8ecdcf705fb1e8fe3f9f62c4741fb Mon Sep 17 00:00:00 2001 From: JJ Fullmer Date: Thu, 15 Aug 2024 21:13:58 -0600 Subject: [PATCH] test adding more scope to the token --- .github/workflows/hello-world.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/hello-world.yml b/.github/workflows/hello-world.yml index 2776567..1f3be6e 100644 --- a/.github/workflows/hello-world.yml +++ b/.github/workflows/hello-world.yml @@ -26,9 +26,10 @@ jobs: - uses: actions/create-github-app-token@v1 id: app-token with: - # required app-id: ${{ vars.FOG_WORKFLOWS_APPID }} private-key: ${{ secrets.FOG_WORKFLOWS_PRIVATE_KEY }} + owner: FOGProject + repositories: "fogproject" - uses: actions/checkout@v4 with: