From 81c2c266d03bb0e95f82a3b3b44da853fa3cc813 Mon Sep 17 00:00:00 2001 From: Chris Alfano Date: Mon, 4 Oct 2021 03:25:18 +0000 Subject: [PATCH 1/2] fix(ci): use bot github token for projections --- .github/workflows/publish-holobranches.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-holobranches.yml b/.github/workflows/publish-holobranches.yml index 0bd35532..72fa2983 100644 --- a/.github/workflows/publish-holobranches.yml +++ b/.github/workflows/publish-holobranches.yml @@ -13,7 +13,7 @@ jobs: - name: 'Update holobranch: emergence/site/v1' uses: JarvusInnovations/hologit@actions/projector/v1 env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }} HAB_LICENSE: accept with: holobranch: emergence-site From d671115d4257c5102073ae1963bb9f26790c4a4f Mon Sep 17 00:00:00 2001 From: Chris Alfano Date: Mon, 4 Oct 2021 03:25:51 +0000 Subject: [PATCH 2/2] chore(deps): bump laddr to v3.0.13 --- .holo/sources/laddr.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.holo/sources/laddr.toml b/.holo/sources/laddr.toml index 63c1a57c..5b35b267 100644 --- a/.holo/sources/laddr.toml +++ b/.holo/sources/laddr.toml @@ -1,3 +1,3 @@ [holosource] url = "https://github.com/CodeForPhilly/laddr" -ref = "refs/tags/v3.0.12" +ref = "refs/tags/v3.0.13"