Skip to content

Commit f691d98

Browse files
authored
Merge pull request #9 from securenative/dev
Dev
2 parents 7828a86 + c3a0029 commit f691d98

File tree

4 files changed

+6
-17
lines changed

4 files changed

+6
-17
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,10 @@ on:
88
- dev-*
99

1010
jobs:
11-
ci:
12-
runs-on: ubuntu-latest
11+
test:
1312
name: CI
13+
runs-on: ubuntu-18.04
1414
steps:
15-
- name: Notify slack success
16-
if: success()
17-
id: slack # IMPORTANT: reference this step ID value in future Slack steps
18-
env:
19-
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
20-
uses: voxmedia/[email protected]
21-
with:
22-
channel: github-actions
23-
status: STARTING
24-
color: warning
25-
2615
- uses: actions/checkout@v1
2716
- uses: actions/setup-ruby@v1
2817
with:
@@ -54,4 +43,4 @@ jobs:
5443
message_id: ${{ steps.slack.outputs.message_id }}
5544
channel: github-actions
5645
status: FAILED
57-
color: danger
46+
color: danger

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Release
1+
name: Publish
22

33
on:
44
release:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,4 +167,4 @@ def webhook_endpoint(request)
167167
# Checks if request is verified
168168
is_verified = securenative.verify_request_payload(request)
169169
end
170-
```
170+
```

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.16
1+
0.1.16

0 commit comments

Comments
 (0)