elastic / apm-agent-ios

Apache License 2.0
32 stars 19 forks source link

github-actions: use GH app to manage the projects #236

Closed v1v closed 1 month ago

v1v commented 1 month ago

What

Use https://github.com/tibdex/github-app-token to generate ephemeral tokens with the required permissions only

This is the alternative to moving away from finer-grained GitHub tokens and reducing the cumbersome of rotating them as we do nowadays.

Implementation details

We have used the same GitHub action in other places.