[Rust] [GitHub Actions] Issues of having puzzle input on GitHub

This page summarizes the projects mentioned and recommended in the original post on /r/adventofcode

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • aoc2021

    Advent of Code 2021 - my answers

  • I have my repo set up to exclude inputs, fetching them (with caching!) from within GitHub actions. https://github.com/ephemient/aoc2021/blob/main/.github/workflows/get-inputs.yml is re-used by several workflows, depending on a secret SESSION (the adventofcode.com cookie) and https://github.com/ephemient/aoc2021/blob/main/Makefile gets all available inputs. It's also set up so that I can run make day3.txt locally and it'll wait until the puzzle drops. Linux-only but that's enough for me and GH.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS 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