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

[BUG] GITHUB_TOKEN not working for GH Enterprise #194

Open
x0341 opened this issue Mar 19, 2024 · 1 comment
Open

[BUG] GITHUB_TOKEN not working for GH Enterprise #194

x0341 opened this issue Mar 19, 2024 · 1 comment
Labels

Comments

@x0341
Copy link

x0341 commented Mar 19, 2024

πŸ› Bug 描述 Bug description

All the actions are failing in GH Enterprise. Althought all the permissions are working for other github actions. We even add all the permissions for a PAT token.

  - name: Update Issue title
    uses: actions-cool/issues-helper@v3.6.0 
    with:
      actions: 'update-issue'
      repo: ${{ github.repository }}
      token: ${{ secrets.GITHUB_TOKEN }}
      issue-number: ${{ github.event.issue.number }}
      state: 'open'
      title: "TEST: ${{ github.event.issue.title }}"
      update-mode: 'replace'
      labels: 'New-Label'

🏞 ζœŸζœ›η»“ζžœ Desired result

New title assigned.

New title assigned.

πŸš‘ 兢他俑息 Other information

RESULTS:

Run actions-cool/issues-helper@v3.6.0
with:
actions: update-issue
repo: org/repo
token: ***
issue-number: xxxx
state: open
title: TEST: sddsdsd
update-mode: replace
labels: New-Label

[πŸ“ AC] [Init] [org/repo => [4]
Error: [🚨 AC] Bad credentials

@x0341 x0341 added the bug Something isn't working label Mar 19, 2024
@xrkffgg xrkffgg added feature and removed bug Something isn't working labels May 9, 2024
@xrkffgg
Copy link
Member

xrkffgg commented May 9, 2024

@Wxh16144 @ajuner try?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants