Skip to content

Commit 0d47755

Browse files
[INTERNAL] Bump coverallsapp/github-action from 1.2.2 to 1.2.4 (#614)
* Bump coverallsapp/github-action from 1.2.2 to 1.2.4 Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 1.2.2 to 1.2.4. - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Commits](coverallsapp/github-action@v1.2.2...v1.2.4) --- updated-dependencies: - dependency-name: coverallsapp/github-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * [INTERNAL] Remove manual configured github token With 1.2.4, defaulting automatically to github token. --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Florian Vogt <[email protected]>
1 parent 028d901 commit 0d47755

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/github-ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ jobs:
2828
run: npm test
2929

3030
- name: Send report to Coveralls
31-
uses: coverallsapp/[email protected]
32-
with:
33-
github-token: ${{ secrets.GITHUB_TOKEN }}
31+
uses: coverallsapp/[email protected]
3432

3533
- name: Build e2e test image
3634
run: ./test/e2e/build-image.sh

0 commit comments

Comments
 (0)