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

Flux Action Token required for Github Enterprise users #4060

Closed
1 task done
ebini opened this issue Jul 10, 2023 · 0 comments · Fixed by #4061
Closed
1 task done

Flux Action Token required for Github Enterprise users #4060

ebini opened this issue Jul 10, 2023 · 0 comments · Fixed by #4061

Comments

@ebini
Copy link

ebini commented Jul 10, 2023

Describe the bug

There was an update in the actions.yaml

6f94ec7

We are using Github Enterprise. With our Enterprise Runner Token we cannot access the Standard Github.
So we need the token, otherwise we cannot connect and now get 401 Unauthorized.

Steps to reproduce

use actions pipeline on Github Enterprises

      - name: Setup Flux CLI
        uses: fluxcd/flux2/action@main
        with:
          token: ${{ secrets.MY_PERSONAL_TOKEN }}

Expected behavior

Connect to Github with my personal Token

still working with

      - name: Setup Flux CLI
        uses: fluxcd/flux2/[email protected]
        with:
          token: ${{ secrets.MY_PERSONAL_TOKEN }}

Screenshots and recordings

No response

OS / Distro

ubuntu (enterprise) runner

Flux version

changed in main branch

Flux check

N/A

Git provider

GitHub Enterprise

Container Registry provider

No response

Additional context

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant