Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gh action: Adding issues to org project failing #135

Closed
Samir-Rashid opened this issue Apr 4, 2024 · 2 comments
Closed

gh action: Adding issues to org project failing #135

Samir-Rashid opened this issue Apr 4, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@Samir-Rashid
Copy link
Contributor

Samir-Rashid commented Apr 4, 2024

🐛 Bug

All the actions to add issues to the organization project are failing.
See: https://github.com/tritonuas/obcpp/actions/runs/8547621172/job/23420090814#step:2:5

As I understand, it is because this token has been invalidated or expired somehow

github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}

Potential Fix

Update the token?
https://github.com/organizations/tritonuas/settings/secrets/actions/ADD_TO_PROJECT_PAT

To reproduce

Watch the action fail on this issue... (there ya go, as expected)

@Samir-Rashid Samir-Rashid added the bug Something isn't working label Apr 4, 2024
@atar13
Copy link
Member

atar13 commented Apr 4, 2024

yeah this explains why the docker push failed on the gcs as well. I will update $soon^{tm}$

@atar13
Copy link
Member

atar13 commented Apr 4, 2024

Resolved by making secrets accessible to all repositories (not just private ones).

@atar13 atar13 closed this as completed Apr 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants