Skip to content

Commit

Permalink
Add action.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudRinquin committed Dec 11, 2019
1 parent 03311aa commit 85fa549
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Unlock secrets
uses: sliteteam/[email protected].1
uses: sliteteam/[email protected].2
env:
GIT_CRYPT_KEY: ${{ secrets.GIT_CRYPT_KEY }}
```
Expand Down
9 changes: 9 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: "GitHub Action to unlock git-crypt secrets"
description: "Unlock secrets using git-crypt from encoded secret-key"
author: "Arnaud Rinquin"
branding:
icon: "unlock"
color: "green"
runs:
using: "docker"
image: "Dockerfile"
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "github-action-git-crypt-unlock",
"version": "1.0.0",
"version": "1.0.2",
"private": true,
"description": "Github Action to unlock file with git-crypt",
"scripts": {
Expand Down

0 comments on commit 85fa549

Please sign in to comment.