-
Notifications
You must be signed in to change notification settings - Fork 671
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Description:
Using the token parameter for the Github Action, the token is not used.
Action version:
v4
Platform:
- Ubuntu
Runner type:
- Self-hosted
Tools version:
3.x
Repro steps:
Add a Github Action workflow like this to your Github Enterprise repository:
- name: Install Python
uses: actions/setup-python@v4
with:
token: ${{ secrets.DOTCOM_TOKEN }}
python-version: '3.x'
Then also add #510 (comment) using the same token variable.
We can tell by the rate-limit response that the token has not been used.
Expected behavior:
Expect action to use token.
Actual behavior:
API rate limit exceeded for <ip>
We confirmed using the rate limit query that the rate limit quotas have not changed, and thus the token has not been used by the action.
jay0129, jackwong-s3772149, pharindoko, anden-dev and fxmarty-amd
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working