Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hrshdhgd committed Jun 28, 2024
1 parent 020b53a commit 8794301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/implementation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ repository.
- name: Create GitHub App token
uses: actions/create-github-app-token@v1
with:
app_id: ${{ secrets.APP_ID }}
app_id: ${{ vars.APP_ID }}
private_key: ${{ secrets.PRIVATE_KEY }}
Expand Down

0 comments on commit 8794301

Please sign in to comment.