Replies: 3 comments
-
We just use the token as-is - and github determines whether it is valid. |
Beta Was this translation helpful? Give feedback.
-
Tried ths same with this - works fine |
Beta Was this translation helpful? Give feedback.
-
I had the same issue. after a new run it worked |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Question
Hi,
I regenerated my GhTokenWorkflow because I added an extra repository in my organization. Since then, I have had problems running the action Update AL-Go System Files.
I've read a couple of issues that looked similar and tried steps I've used with different organizations and repositories, but none of these steps helped.
✅ Expiration Date of the GhTokenWorkflow is not > 6 months from now (Sept 12, 2025)
✅ GhTokenWorkflow has sufficient permissions
✅ GhTokenWorkflow's owner is the same organization the repo-actions are running in
Unfortunately, I kept getting this error: When I ran the action, I kept getting this error message:
The remote server returned an error: (403) Forbidden.
Then I noticed the token only has visible fields
Created on
andExpires on
. So, no visible fieldRegenerated on
.Then I thought, what if I just set back the Expires on to within six months of the
Created on
... et voila 🚥Is it possible that the period of validity of this token is interpreted from the Created on date of the token?
If this is the case, could it be an idea to put that on the Regenerated on (if that's available) date of the token?
Beta Was this translation helpful? Give feedback.
All reactions