Skip to content

Commit f018186

Browse files
author
Thomas G.
committed
feat: ✨ add secrets mgmt
1 parent 414bc84 commit f018186

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

src/act/configure-secrets.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/sh
2+
3+
echo "SSH_PRIVATE_KEY=$(cat ~/.ssh/id_rsa | tr -d '\n')" >>.github/workflows/.secrets

src/act/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "act",
33
"name": "Nektos Act",
44
"description": "A tool for running GitHub Actions locally",
5-
"version": "1.3.0",
5+
"version": "1.4.0",
66
"dependsOn": {
77
"ghcr.io/devcontainers/features/docker-in-docker": {}
88
},

src/act/stubs/.github/workflows/#.secrets

Whitespace-only changes.

0 commit comments

Comments
 (0)