Closed dependabot[bot] closed 3 years ago
I think this guy needs the Coverage creds.
I think this guy needs the Coverage creds.
This repo has the COVERALLS_REPO_TOKEN
secret. It failed with this:
coveralls.exception.CoverallsException: Running on Github Actions but GITHUB_TOKEN is not set. Add "env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}" to your step config.
Does this mean that we need to add GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
to skeleton-python-library
here?
@jsf9k and @mcdonnnj - I think this PR is good now. Note commits https://github.com/cisagov/gophish-tools/pull/29/commits/b844af952b4604ef552f71e65cb2e29c46051c6a and https://github.com/cisagov/gophish-tools/pull/29/commits/b4dbe1e9b4a5252b5b2a2dade65e04611539907c - I think those will need to make their way into the skeleton-python-library
soon.
Bumps prompt-toolkit from 3.0.17 to 3.0.18.
Changelog
Sourced from prompt-toolkit's changelog.
Commits
fa7a794
Release 3.0.18e8f6996
Added in_thread parameter toApplication.run
.b76946c
Docs: fix mistyped pt_container in full_screen_apps sectionDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)