Results for github-dependabot
I am working on an GitHub Actions workflow which builds the signed apk and deploys to playstore. For signing the apk we need key.properties file which...
I'm making a GitHub repository for my rust project but there are a lot of files, so I was just wondering: Which files should I be putting in the repos...
I have 200+ GitHub repositories, and one of them has GitHub Pages enabled on it, with a domain name that belongs to me. Now I wanna redo that website ...
I install maven mvn on the fly on Windows which is a GitHub runner that uses powershell. I then wish to run and execute the installed maven. Below are...
Relevant link: https://github.com/freeipa/freeipa-webui/pull/186 I am trying to run cypress tests on ipa server installed in Vagrant. I output the Vag...
I created a website on GitHub pages and it worked but when I tried to add a page "site" it kept on giving me 404 errors when I tried to reach the "sit...
My project is developed in Qt C++ in Windows environment. I want to build on Github actions by using msbuild and windeployqt. This is my example yml s...
I'm trying to create and upload a repertoire to manage the existing project on GitHub, but I can't push as errors keep popping up. I also upgraded the...
In my VS Code, I run Start Inline Chat in the editor. Then I type / and expected to get all the available slash commands. But it actually will not di...
Hi I use the github API to send a file to a repo, I tested in postman in local and is working but when I deploy to my server it always return a 401 st...
Let's say Github actions does github private package install and build on an organization repository, it should use PAT which the organization issued....
I have a repository environment variable [ METRICS_PUBLIC_KEY. I have a GitHub action which sets this as an environment variable: - name: CI Metrics ...
I like to release a pipeline artifact on GitHub Enterprise releases. Here is the article I followed. https://www.logitblog.com/releasing-an-azure-devo...
I have installed CPR library in Ubuntu using the following commands: git clone --recursive https://github.com/whoshuu/cpr.git cd cpr/ mkdir build && c...
I've setup the pylint workflow on github. The is the path: myRepo/.github/workflows/pylint.yml I added a pylintrc file in the workflows directory with...
I want to periodically remove all GitHub caches for my project using a workflow action. While this has been discussed before, the GitHub toolkit has e...
I want to be able to work on a current and future projects on both systems. I rememeber I tried this back in an internship and there were lots of erro...
I have a github action where I am trying insert a secret from azure key vault into my appsettings.json. I was using, https://github.com/Azure/get-key...
That's my .yaml file name: Laravel on: push: branches: [ "main" ] pull_request: branches: [ "main" ] jobs: laravel-tests: runs-...
I am making a private messenger using Flask. This Github code is of interest. Executing flask run on command line, Ubuntu 22.04, as instructed on the...
I'm setting up my GitHub Actions workflow for pull requests. As I read the documentation, I think I just need to open/push a new commit to a pull requ...
I have multiple workflows that are dependent. The first workflow will generate some IDs or numbers, that dependent workflows will read. Flow: First wo...
How can I tweak this mathjax block: ${\textrm{\color{cyan}pf\color{darkorange}UI\ \ \color{aquamarine} Zen}}$ To have it rendered like this in the hea...
Prev, my device was stolen and I didn't write/save any recovery code for 2FA. Because of that, right now I can't log in to my GitHub account. I alread...
I have centralized deployment that is created as a "pipeline" item on Jenkins. All of the services can be deployed from UAT to PRD using this pipeline...
How do I undo the most recent local commits in Git?
How can I remove a specific item from an array in JavaScript?
How do I delete a Git branch locally and remotely?
How can I find all files containing a specific text (string) on Linux?
How to find all files containing specific text (string) on Linux?
How do I revert a Git repository to a previous commit?
How do I create an HTML button that acts like a link?
How do I check out a remote Git branch?