RehanPj/https-github.com-nelsonjchen-reverse-rdp-windows-github-actions
WindowsPp (⭐ 7)
WindowsPp (⭐ 7)
We migrated from Jenkins to GitHub Actions and builds got *slower* — GitHub-hosted runners start fresh every run with zero Docker cache. Github does provide a cache but for large cache size it's sti...
Automate Kubernetes workflows using GitHub Actions. Kubernetes GitHub Action Toolkit ? A collection of GitHub Actions to streamline Kubernetes deployments, security, and automation. ? View Documentation
Public repo for Azure developer SDK documentation. Contribute to MicrosoftDocs/azure-dev-docs development by creating an account on GitHub.
Open source documentation of Microsoft Azure. Contribute to MicrosoftDocs/azure-docs development by creating an account on GitHub.
Open source documentation of Microsoft Azure. Contribute to MicrosoftDocs/azure-docs development by creating an account on GitHub.
Open source documentation of Microsoft Azure. Contribute to MicrosoftDocs/azure-docs development by creating an account on GitHub.
May 3, 2022 · How to fail a job in GitHub Actions? GitHub Actions - trigger another action after one action is completed Without relying on another GitHub action is there a way in step smoking to set an …
Nov 25, 2021 · However, other than the first two (github.ref and github.sha) I cannot find the other four in any of the github actions documentation. My question is this: Is there any place where the full list of …
May 3, 2022 · How to fail a job in GitHub Actions? GitHub Actions - trigger another action after one action is completed Without relying on another GitHub action is there a way in step smoking to set an …
Nov 25, 2021 · However, other than the first two (github.ref and github.sha) I cannot find the other four in any of the github actions documentation. My question is this: Is there any place where the full list of …
I made an automated CI/CD system for nearly any Unity project on GitHub that uses GitHub Actions to generate builds. Every time you push to GitHub, a build gets generated! I tried to make it as simpl...
Open Source Azure AI documentation including, azure ai, azure studio, machine learning, genomics, open-datasets, and search - MicrosoftDocs/azure-ai-docs
Automate your GitHub workflows using Azure CLI scripts
Use this GitHub Action task to deploy Azure Resource Manager (ARM) template
Points: 680 | Comments: 231 | Author: dstaheli
No description (⭐ 4)
Hi, Just before I go on, I'm sure this post probably belongs on r/github but the engagement on that subreddit is really low compared to this one. Anyway, I recently signed up for the GitHub actions...
GitHub Actions has transformed the way we automate tasks within our repositories, but many still struggle to leverage its full potential. I'm curious about your experiences and best practices for usin...
Jul 18, 2024 · GitHub Actions uses YAML files called workflows to define the steps and triggers for your automation. You can run workflows on GitHub-hosted runners or on your own self-hosted runners. …
GitHub natively supports workflow automation through GitHub Actions. Yet, workflow maintenance is often considered a burden for software developers, who frequently face difficulties in writing, testing, debugging, and maintaining workflows. Little kn...
Software projects frequently use automation tools to perform repetitive activities in the distributed software development process. Recently, GitHub introduced GitHub Actions, a feature providing automated workflows for software projects. Understandi...
* On **January 1, 2026**, you will receive up to a 39% reduction in the net price of GitHub-hosted runners. * On **March 1, 2026**, we are introducing a new **$0.002 per-minute GitHub Actions cloud...
In the GitHub ecosystem, workflows are used as an effective means to automate development tasks and to set up a Continuous Integration and Delivery (CI/CD pipeline). GitHub Actions (GHA) have been conceived to provide developers with a practical tool...
Jul 18, 2024 · GitHub Actions uses YAML files called workflows to define the steps and triggers for your automation. You can run workflows on GitHub-hosted runners or on your own self-hosted runners. …
Automated tools are frequently used in social coding repositories to perform repetitive activities that are part of the distributed software development process. Recently, GitHub introduced GitHub Actions, a feature providing automated workflows for...
I'm using [Use GitHub Actions to deploy a static site to Azure Storage | Microsoft Learn](https://learn.microsoft.com/en-us/azure/storage/blobs/storage-blobs-static-site-github-actions?tabs=userlevel...
Go SDK for GitHub Actions - easily author GitHub Actions in Go (⭐ 514)
Create custom virtual machine images that contain artifacts built in CI workflows
Set up a specific version of the Java JDK and add the command-line tools to the PATH
Learn how to build custom virtual machine images with GitHub Actions and Azure
Securely authenticate to Azure services from GitHub Actions workflows using Azure Login action and manage your Azure resources.
I’ve been spending time looking at GitHub Actions workflows and one thing that keeps coming up is permission scoping. A lot of workflows define permissions at the top level instead of per job. That...
Sep 23, 2023 · I am doing a continuous integration workflow in GitHub Actions to trigger "pytest backend/tests/" command on a push to any branch. Right now, I am testing in a feature branch. …
May 27, 2020 · Below is from the GitHub Actions documentation regarding uses (ie jobs. {job_id}.steps.uses) keyword Selects an action to run as part of a step in your job. An action is a …
Sep 23, 2023 · I am doing a continuous integration workflow in GitHub Actions to trigger "pytest backend/tests/" command on a push to any branch. Right now, I am testing in a feature branch. …
May 27, 2020 · Below is from the GitHub Actions documentation regarding uses (ie jobs. {job_id}.steps.uses) keyword Selects an action to run as part of a step in your job. An action is a …
Points: 168 | Comments: 35 | Author: mmastrac
I've been dipping my feet into github actions and azure for the first time. What's in front of me now is using Terraform to manage Azure resources, such as Azure policies and other things, mostly to ...
So, org is having me setup GitHub actions workflows for some new CI/CD stuff. Historically using ADO with Service Principal + client secret I'm like cool. Clearly we'll use the azure/login action wit...