From c481adb26f13c23b71c20e849e0387c55afbfd2c Mon Sep 17 00:00:00 2001 From: Samuel Meuli Date: Wed, 18 Dec 2019 22:50:41 +0100 Subject: [PATCH 1/3] Add Electron Builder Action --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6d70721..569ee3c 100644 --- a/README.md +++ b/README.md @@ -355,6 +355,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Deploy a Collection to Ansible Galaxy](https://github.com/artis3n/ansible_galaxy_collection) - [An example of using Terraform to validate and apply GitHub administration](https://github.com/asgharlabs/github-terraform/tree/master/.github/workflows) - [Publish module to Puppet Forge](https://github.com/barnumbirr/action-forge-publish) +- [Build and publish Electron apps](https://github.com/samuelmeuli/action-electron-builder) ### External Services From 950341b656523f7316884d66b1d24957ba94df00 Mon Sep 17 00:00:00 2001 From: Max Komarychev Date: Thu, 19 Dec 2019 23:04:10 +0200 Subject: [PATCH 2/3] Add octions (GitHub REST Actions) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6d70721..857a2d9 100644 --- a/README.md +++ b/README.md @@ -138,6 +138,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [GitHub Actions for Logtalk and Prolog](https://github.com/logtalk-actions) - [GitHub Actions for Deno](https://github.com/denolib/setup-deno) - [GitHub Actions for Unity](https://github.com/webbertakken/unity-actions) +- [Octions - GitHub Actions for GitHub REST API](https://github.com/maxkomarychev/octions) ### Utility From 79701303994fef85d427d33720e297a2037b1575 Mon Sep 17 00:00:00 2001 From: Penguin Date: Fri, 20 Dec 2019 18:25:59 +0900 Subject: [PATCH 3/3] add AWS Secrets Manager Actions --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 223825a..9d21e5a 100644 --- a/README.md +++ b/README.md @@ -182,6 +182,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Close Milestone](https://github.com/WyriHaximus/github-action-close-milestone) - Close the given milestone. - [Action to enforce branch naming rules](https://github.com/deepakputhraya/action-branch-name) - [Install NPM dependencies with caching](https://github.com/bahmutov/npm-install) +- [AWS Secrets Manager Actions](https://github.com/say8425/aws-secrets-manager-actions) - Define AWS Secrets Manager secrets to environment values. ### Testing and Linting