Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
74 views

I am testing a developer portal. This developer portal is using microsoft MFA enforced login. I'm handling this MFA through the otpauth library. I am also using Playwright's storage state in order to ...
maxim's user avatar
  • 1
1 vote
1 answer
676 views

I have setup ARC and its runners on my Azure AKS cluster. Following this tutorial. The problem is that my job remains queued and never starts. There appear to be no errors in any of my logs. What have ...
Brenwell's user avatar
  • 643
3 votes
1 answer
1k views

I've got a GitHub action (running on a self-hosted Gitea server) that runs a few docker compose commands to set up a test environment and run tests. The compose files work on my local machine and with ...
GammaGames's user avatar
  • 1,974
0 votes
1 answer
318 views

I want to use a self-hosted runner for a local GitHub Enterprise Server Instance on a Debian machine. I already installed the runner and the connection to my local GitHub is established. All machines ...
noahshz's user avatar
  • 95
3 votes
1 answer
7k views

I have set up a self hosted github actions runner based on this image: ghcr.io/actions/actions-runner:latest. It does seem that the Github Actions hosted runners are using pretty much the same image, ...
Ilya Chernomordik's user avatar
1 vote
1 answer
465 views

I'm using a self-hosted GitHub Actions runner setup with Actions Runner Controller (ARC) on Azure AKS, along with a small VM serving as a proxy for the AKS. My self-hosted Docker registry is set up ...
alexx087's user avatar
2 votes
1 answer
507 views

My Self-Hosted Windows GitHub Runner is not picking up job when it has been inactivate for about 1-2 hours. So when first connecting it, it's picking up jobs but then when there is no jobs for a while ...
David's user avatar
  • 23
0 votes
0 answers
144 views

I have a self-hosted runner based on Mac OS Ventura 13.6.5. Mac has installed Python using Homebrew: brew install python and Path for python variable in .zshrc export PATH="$(brew --prefix ...
AShX's user avatar
  • 432
0 votes
1 answer
596 views

Action Point : I have to build the image and push to docker registry with the help Kaniko executor. I am using self hosted github runner. Steps: First I tried to set up docker configuration name: Set ...
user25052396's user avatar
-1 votes
1 answer
174 views

I am hosting a self-hosted runner, using python to automate some Unity tests. I have set up a .env file for local variables so eventually I can deploy the runner and the scripts onto any computer. ...
Maximilian Hung's user avatar
0 votes
1 answer
401 views

I have a Windows Server 2019 Data Center on which I am setting up github action runner. Windows Version - 1809 While executing the command - ./config.cmd --url https://github.com/org/repo --token ...
Maxx's user avatar
  • 856
2 votes
0 answers
704 views

I set up a deployment pipeline using GitHub actions and am experiencing an issue with Ansible seemingly not being able to find the python interpreter. The step in the job is as follows. I set the ...
HBach's user avatar
  • 83
2 votes
2 answers
3k views

I deployed a Next.js app to a VPS with action-runners using GitHub Actions. Howver, I discovered that secrets not prefixed with NEXT_PUBLIC are not being picked up in the app. Only variables prefixed ...
DevolamiTech's user avatar
0 votes
1 answer
875 views

I am using Windows Server 2019 as a self hosted runner for my Github Actions. I need to install Python. Shall install this python as one time activity or through github action workflow every time that ...
Maxx's user avatar
  • 856
1 vote
1 answer
358 views

I have set up a self-hosted runner for GitHub Actions. It works fine but I have a step that uses setup-xcode-version and this needs sudo access. So when it gets to this step the terminal running the ...
shim's user avatar
  • 10.3k
0 votes
0 answers
1k views

When using a self-hosted runner for Github actions, the log files seem to be stored in actions-runner/_diag/. How can I clean up these logs either at the start of a workflow run? I know we have to use ...
Ymi's user avatar
  • 808
0 votes
1 answer
445 views

I am trying to use this module: https://github.com/philips-labs/terraform-aws-github-runner/blob/main/modules/multi-runner/runners.tf This is my yaml matcherConfig: exactMatch: true labelMatchers: ...
cloudbud's user avatar
  • 3,298
0 votes
1 answer
555 views

Our organization uses GitHub enterprise. We’ve deployed our own self hosted runner in a basic Amazon instance. The instance is missing various actions that we would like to use in our workflows. I ...
ryang's user avatar
  • 93
1 vote
1 answer
2k views

I am currently trying to configure a GitHub Repository with GitHub Actions enabled, using a self-hosted GitHub Actions Runner running on a Ubuntu VM. I would like to deploy my application to the same ...
mcnnowak's user avatar
  • 297
0 votes
1 answer
318 views

When i try to run (action checkout) on self hosted runner with npm run coverage and after sonarqube i got this error:" docker: Error response from daemon: pull access denied for 6cd1db, ...
Guilherme Cruz's user avatar
1 vote
1 answer
2k views

I have been struggling with all the documentation on Github and broader, on how to deploy ARC runners to our Github organisation I have followed these guides: https://docs.github.com/en/actions/...
Nicholas Aysen's user avatar
14 votes
2 answers
6k views

When building my windows dockerfile (.net core nano)... docker build -f *** -t ***:*** --build-arg ARG1=foo --build-arg ARG2=bar . I'm getting an error during the build that occurs in response to my ...
tmaurst's user avatar
  • 701
0 votes
1 answer
574 views

I downloaded latest NodeJS application and using Cypress 9.7.0 . Below are the steps I followed: 1.Proxy Set Up 2.npm install 3.used npx cypress-ntlm open/run It's working on the runner server, but ...
prahlad's user avatar
0 votes
0 answers
1k views

github actions, PAT Environment Variable does not work from self hosted runner I have Action runner controller running in kubernetes. created GITHUB PAT and added GH_PAT and MY_TEST Environment ...
LightNight's user avatar
1 vote
1 answer
2k views

I get the error shown in screenshot below while trying to fetch Azure key vault secrets using Azure CLI from github actions. The error says Please run 'az login' to setup account. As one can see, the ...
user264953's user avatar
  • 2,007