Skip to content

Commit 75aa74e

Browse files
authored
Merge pull request #8 from securenative/dev
Fix github actions
2 parents e34a70c + 6e529f6 commit 75aa74e

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ jobs:
3434
configuration: ./phpunit.xml
3535
args: --coverage-text
3636

37-
- name: Publish to codecov
38-
run: bash <(curl -s https://codecov.io/bash)
39-
4037
- name: Notify slack success
4138
if: success()
4239
env:

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ jobs:
3333
- name: Publish to codecov
3434
run: bash <(curl -s https://codecov.io/bash)
3535

36+
- name: Create changelog
37+
uses: heinrichreimer/[email protected]
38+
with:
39+
token: ${{ secrets.GITHUB_TOKEN }}
40+
3641
- name: Notify slack success
3742
if: success()
3843
env:

0 commit comments

Comments
 (0)