Advanced GitHub Actions - Conditional Workflow

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • auth

    A GitHub Action for authenticating to Google Cloud. (by google-github-actions)

  • I use google-github-actions/auth in the first step in my job to authenticate to GCP. At this point, I have 6 different GitHub secrets to test out the concept. Each branch has two secrets with the format BRANCH_WIP and BRANCH_SA.

  • act

    Run your GitHub Actions locally 🚀

  • I use nektos/act to test the workflow locally, but it fails with the message Error: exit with 'FAILURE': 1. Guess what, secrets is not usable in if key., hence the error.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Push code with GitHub Actions to Google Cloud’s Artifact Registry

    2 projects | dev.to | 10 Apr 2024
  • How to debug GitHub actions. Real-world example

    3 projects | dev.to | 27 Mar 2024
  • Using my new Raspberry Pi to run an existing GitHub Action

    2 projects | news.ycombinator.com | 11 Mar 2024
  • Git commit messages are useless

    1 project | news.ycombinator.com | 25 Jan 2024
  • Streamlining CI/CD Pipelines with Code: A Developer's Guide

    2 projects | news.ycombinator.com | 21 Nov 2023