Skip to content

Commit

Permalink
new(ci): added actuated ssh workflow.
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Di Pierro <[email protected]>
  • Loading branch information
FedeDP authored and poiana committed Dec 15, 2023
1 parent 407f54c commit 9d8c0a4
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/ssh.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: connect

on:
push:
branches:
- master
- main
workflow_dispatch:

permissions:
id-token: write
contents: read
actions: read

jobs:
connect:
name: connect
runs-on: actuated
steps:
- uses: self-actuated/connect-ssh@master

0 comments on commit 9d8c0a4

Please sign in to comment.