Skip to content

Commit

Permalink
test adding more scope to the token
Browse files Browse the repository at this point in the history
  • Loading branch information
darksidemilk committed Aug 16, 2024
1 parent c438cce commit 6a2f839
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/hello-world.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6a2f839

Please sign in to comment.