DEV Community

# actions

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
GitHub Actions 101

GitHub Actions 101

8
Comments
3 min read
Want to crosspost to dev.to? There's a GitHub action for that.

Want to crosspost to dev.to? There's a GitHub action for that.

15
Comments 8
4 min read
Creating Go Application Releases with GoReleaser

Creating Go Application Releases with GoReleaser

3
Comments
1 min read
Fixing GitHub Actions development using GitHub Actions

Fixing GitHub Actions development using GitHub Actions

5
Comments 3
3 min read
EVERYTHING you NEED to know about GitHub Actions Environments

EVERYTHING you NEED to know about GitHub Actions Environments

27
Comments 6
7 min read
Centralized Scala Steward with GitHub Actions

Centralized Scala Steward with GitHub Actions

2
Comments
3 min read
Manually Generate apk using Github Actions

Manually Generate apk using Github Actions

7
Comments
7 min read
A Simple GitHub Action for securing CloudFormation

A Simple GitHub Action for securing CloudFormation

13
Comments
3 min read
Use GitHub Actions or any CI/CD based on Docker containers to build your Snap Packages

Use GitHub Actions or any CI/CD based on Docker containers to build your Snap Packages

6
Comments
4 min read
Actions in Github

Actions in Github

9
Comments
5 min read
Writing a GitHub Actions Workflow for Chef Cookbook

Writing a GitHub Actions Workflow for Chef Cookbook

13
Comments
3 min read
Publish GitHub pages with GitHub Actions

Publish GitHub pages with GitHub Actions

6
Comments
3 min read
GitHub Actions for semi-static web sites

GitHub Actions for semi-static web sites

20
Comments 2
5 min read
How to fix Github Docker Containers Built with Actions

How to fix Github Docker Containers Built with Actions

5
Comments
4 min read
Pogs aren't obsolete, they can still help us understand Rails vocabulary...

Pogs aren't obsolete, they can still help us understand Rails vocabulary...

8
Comments
7 min read
GitHub Actions: use a Private Registry for Job and Service Containers

GitHub Actions: use a Private Registry for Job and Service Containers

5
Comments
2 min read
Github Actions: From Scratch to Azure Deployment

Github Actions: From Scratch to Azure Deployment

7
Comments
7 min read
Error when converting PDF to image on Github Actions

Error when converting PDF to image on Github Actions

5
Comments
2 min read
Check out repository before using GitHub @actions/glob

Check out repository before using GitHub @actions/glob

5
Comments
1 min read
Beginner's guide to GitHub Actions

Beginner's guide to GitHub Actions

13
Comments
4 min read
Automate changelog and releases creation in GitHub

Automate changelog and releases creation in GitHub

7
Comments
5 min read
Garantindo padrões de commits em pull requests no GitHub

Garantindo padrões de commits em pull requests no GitHub

5
Comments
3 min read
My 1st GitHub Action

My 1st GitHub Action

10
Comments 1
1 min read
Announcing the GitHub Actions Hackathon on DEV!

Announcing the GitHub Actions Hackathon on DEV!

1311
Comments 103
3 min read
The GitHub Actions Hackathon Ends Next Week (September 17)!

The GitHub Actions Hackathon Ends Next Week (September 17)!

53
Comments 5
1 min read
GitHub Actions for Node Modules in a Monorepo

GitHub Actions for Node Modules in a Monorepo

4
Comments
2 min read
Create an amazing Rust GitHub project in no time

Create an amazing Rust GitHub project in no time

4
Comments
3 min read
Run GitHub Actions locally

Run GitHub Actions locally

14
Comments
1 min read
Get in on the action — GitHub Actions Hackathon reminder! ⏰

Get in on the action — GitHub Actions Hackathon reminder! ⏰

58
Comments 3
1 min read
Adding Environment Variables To GitHub Actions

Adding Environment Variables To GitHub Actions

26
Comments 1
3 min read
Continuous Integration and Deployment of Auth0 Rules using Github Actions

Continuous Integration and Deployment of Auth0 Rules using Github Actions

6
Comments 1
6 min read
Control the Probability of This GitHub Action from Passing/Failing

Control the Probability of This GitHub Action from Passing/Failing

26
Comments
1 min read
Commiticons: Hashes are boring, Identify commits with Avatars via Actions

Commiticons: Hashes are boring, Identify commits with Avatars via Actions

27
Comments
5 min read
GitHub Composite Actions - STOP wasting your time and create reusable actions

GitHub Composite Actions - STOP wasting your time and create reusable actions

31
Comments 10
5 min read
Building a Portfolio/Resume Site with Gatsby, Part 4: Automating deploys to Firebase with GitHub Actions

Building a Portfolio/Resume Site with Gatsby, Part 4: Automating deploys to Firebase with GitHub Actions

7
Comments 1
6 min read
10 Standout GitHub Profile READMEs

10 Standout GitHub Profile READMEs

1031
Comments 54
6 min read
Automated JIRA release notes

Automated JIRA release notes

11
Comments
2 min read
How to Deploy Eleventy to GitHub Pages With GitHub Actions

How to Deploy Eleventy to GitHub Pages With GitHub Actions

10
Comments 3
6 min read
Slack Notifications with GitHub Actions

Slack Notifications with GitHub Actions

24
Comments 3
4 min read
GitHub Actions Hugo Site

GitHub Actions Hugo Site

4
Comments
2 min read
Automating package publishing to NPM

Automating package publishing to NPM

8
Comments
3 min read
Deploy Middleman with GitHub Actions

Deploy Middleman with GitHub Actions

2
Comments
4 min read
FINALLY! Start your GitHub Actions manually!

FINALLY! Start your GitHub Actions manually!

28
Comments 1
1 min read
Schedule Netlify Builds with GitHub Actions

Schedule Netlify Builds with GitHub Actions

6
Comments
1 min read
Auto-update pre-commit hooks with GitHub Actions

Auto-update pre-commit hooks with GitHub Actions

8
Comments
3 min read
React Project - Idea to Production - Part Four - Hosting the Movie app and setting up CI/CD

React Project - Idea to Production - Part Four - Hosting the Movie app and setting up CI/CD

11
Comments 1
11 min read
Rust and GitHub Actions

Rust and GitHub Actions

10
Comments
10 min read
Como automatizar a remoção de artifacts gerados no Github Actions

Como automatizar a remoção de artifacts gerados no Github Actions

5
Comments
2 min read
Learning Notes of GitHub Actions

Learning Notes of GitHub Actions

6
Comments
3 min read
Authenticating as a GitHub App in a GitHub Actions workflow

Authenticating as a GitHub App in a GitHub Actions workflow

32
Comments 5
6 min read
GitHub Self hosted runners on AWS - part 1 - Fargate

GitHub Self hosted runners on AWS - part 1 - Fargate

17
Comments 2
6 min read
Local testing for GitHub Actions (on MacOS)

Local testing for GitHub Actions (on MacOS)

9
Comments 2
3 min read
GitHub Status action

GitHub Status action

6
Comments
2 min read
Introducing Actions: Add custom business logic to Hasura

Introducing Actions: Add custom business logic to Hasura

11
Comments
7 min read
A GitHub repo template featuring automation that makes it pretty darn easy to publish and maintain grade A NPM modules.

A GitHub repo template featuring automation that makes it pretty darn easy to publish and maintain grade A NPM modules.

2
Comments
1 min read
Building a customizable e-commerce backend with Hasura GraphQL APIs

Building a customizable e-commerce backend with Hasura GraphQL APIs

26
Comments
9 min read
Splitting your Actions in Rasa

Splitting your Actions in Rasa

12
Comments 7
4 min read
Gatsby Incremental Builds and Github Actions

Gatsby Incremental Builds and Github Actions

25
Comments 5
8 min read
Caching Docker builds in GitHub Actions: Which approach is the fastest? 🤔 A research.

Caching Docker builds in GitHub Actions: Which approach is the fastest? 🤔 A research.

159
Comments 15
7 min read
Quickstart with GitHub Actions

Quickstart with GitHub Actions

10
Comments
4 min read
loading...