Skip to content

Commit 088a1cf

Browse files
authored
Update debug-app-token-tag-push.yml
1 parent 374c3d3 commit 088a1cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/debug-app-token-tag-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
1818
with:
1919
client-id: ${{ secrets.APP_CLIENT_ID }}
20-
private-key: ${{ secrets.secrets }}
20+
private-key: ${{ secrets.APP_PRIVATE_KEY }}
2121

2222
- name: Inspect token's effective permissions
2323
env:

0 commit comments

Comments
 (0)