From 8a7664382c575e664589442e0cc8cc935c361131 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 17:43:42 -0800 Subject: [PATCH] Bump UBCSailbot/sailbot_workspace from 1.4.5 to 1.4.8 (#55) * Bump UBCSailbot/sailbot_workspace from 1.4.5 to 1.4.8 Bumps [UBCSailbot/sailbot_workspace](https://github.com/ubcsailbot/sailbot_workspace) from 1.4.5 to 1.4.8. - [Release notes](https://github.com/ubcsailbot/sailbot_workspace/releases) - [Commits](https://github.com/ubcsailbot/sailbot_workspace/compare/v1.4.5...v1.4.8) --- updated-dependencies: - dependency-name: UBCSailbot/sailbot_workspace dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Update github token --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Henry Huang <69825683+hhenry01@users.noreply.github.com> --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 22ee33f..6377a05 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -18,7 +18,7 @@ jobs: test-definitions: # sailbot_workspace: use locally-defined file # other repositories: set to UBCSailbot/sailbot_workspace/.github/workflows/test_definitions.yml@ - uses: UBCSailbot/sailbot_workspace/.github/workflows/test_definitions.yml@v1.4.5 + uses: UBCSailbot/sailbot_workspace/.github/workflows/test_definitions.yml@v1.4.8 # see https://github.com/UBCSailbot/sailbot_workspace/blob/main/.github/workflows/test_definitions.yml # for documentation on the inputs and secrets below with: @@ -30,4 +30,4 @@ jobs: # 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 }}