1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-02-04 07:51:50 +00:00

github_app_access_token: fix compatibility import of jwt (#10810)

Fix compatibility import of jwt.
This commit is contained in:
Felix Fontein 2025-09-13 09:17:16 +02:00 committed by GitHub
parent 562d2ae5b1
commit c1e877d254
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 1 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- "github_app_access_token lookup plugin - fix compatibility imports for using jwt (https://github.com/ansible-collections/community.general/issues/10807, https://github.com/ansible-collections/community.general/pull/10810)."