We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f1d968 commit 594d899Copy full SHA for 594d899
.github/workflows/ci.yml
@@ -1,5 +1,4 @@
1
name: CI
2
-
3
on:
4
push:
5
branches: [main, 'feat/**']
@@ -9,7 +8,6 @@ on:
9
8
10
paths-ignore:
11
- '**.md' #Do not need to run CI for markdown changes.
12
13
jobs:
14
verify-hello-app:
15
runs-on: ubuntu-latest
@@ -18,14 +16,6 @@ jobs:
18
16
contents: read
19
17
steps:
20
- uses: actions/checkout@v4
21
22
- name: Setup Node.js
23
uses: actions/setup-node@v4
24
25
- run: npm i
26
27
- - uses: launchdarkly/gh-actions/actions/verify-hello-app@verify-hello-app-v2.0.1
28
- with:
29
- use_client_key: true
30
- role_arn: ${{ vars.AWS_ROLE_ARN }}
31
- command: node index.js
0 commit comments