Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

Commit

Permalink
Bump UBCSailbot/sailbot_workspace from 1.4.2 to 1.4.7 (#55)
Browse files Browse the repository at this point in the history
* Bump UBCSailbot/sailbot_workspace from 1.4.2 to 1.4.7

Bumps [UBCSailbot/sailbot_workspace](https://github.com/ubcsailbot/sailbot_workspace) from 1.4.2 to 1.4.7.
- [Release notes](https://github.com/ubcsailbot/sailbot_workspace/releases)
- [Commits](UBCSailbot/sailbot_workspace@v1.4.2...v1.4.7)

---
updated-dependencies:
- dependency-name: UBCSailbot/sailbot_workspace
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update secret name

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Patrick Creighton <pcreighton429@gmail.com>
  • Loading branch information
2 people authored and chrischang5 committed Nov 18, 2023
1 parent ed70153 commit 9e53e3e
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,13 @@ jobs:
test-definitions:
# sailbot_workspace: use locally-defined file
# other repositories: set to UBCSailbot/sailbot_workspace/.github/workflows/test_definitions.yml@<release>
uses: UBCSailbot/sailbot_workspace/.github/workflows/test_definitions.yml@v1.4.2
uses: UBCSailbot/sailbot_workspace/.github/workflows/test_definitions.yml@v1.4.7
# see https://github.com/UBCSailbot/sailbot_workspace/blob/main/.github/workflows/test_definitions.yml
# for documentation on the inputs and secrets below
with:
repository: ${{ github.event.repository.name }}
ros-ci: true
clang-tidy: false
rebuild-docs: true
# If rebuild-docs is true:
# 1. Create the repository secret PAT_TOKEN (copy from Bitwarden)
# 2. Uncomment the 2 lines below
secrets:
gh-token: ${{ secrets.PAT_TOKEN }}
PAT_TOKEN: ${{ secrets.PAT_TOKEN }}

0 comments on commit 9e53e3e

Please sign in to comment.