You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to make sure this is properly set for it to start working again. Additionally, it seems GH has released an official action for generating tokens, so we should convert to that for security reasons.
I've transferred the APP to the organization and installed it. Now the changelog updater is working as expected. But I'll keep this open as I want to review how we are doing things and how to move to the official token generation.
thamara
changed the title
Functionalize workflows needing APP_ID and etc since move to organization
Review workflows needing APP_ID and etc since move to organization
Jan 5, 2025
Some workflows are failing, likely because the
APP_ID
andAPP_PRIVATE_KEY
are unaccessible (?) such as here:time-to-leave/.github/workflows/ChangelogUpdater.yml
Lines 19 to 23 in 9be1ea2
We need to make sure this is properly set for it to start working again. Additionally, it seems GH has released an official action for generating tokens, so we should convert to that for security reasons.
https://github.com/actions/create-github-app-token
Here's the path to create a new app https://github.com/organizations/TTLApp/settings/apps/new
The text was updated successfully, but these errors were encountered: