diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index debc506..0e02d54 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.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: @@ -26,8 +26,5 @@ jobs: 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 }}