From 89e78ed8c364eea8c2035a7ca9f87594638a6d13 Mon Sep 17 00:00:00 2001 From: tzoug Date: Fri, 25 Feb 2022 18:15:57 -0500 Subject: [PATCH] . --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 74cf5a7..a321647 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: steps: - name: "Build & test" run: cd build && ./build.sh - uses: actions/checkout@v2 + - uses: actions/checkout@v2 with: repo_token: "${{ secrets.GITHUB_TOKEN }}" prerelease: false