From 1775dca4cfbc3c1efb319c5580c5169c6414ce8a Mon Sep 17 00:00:00 2001 From: na4ma4 Date: Mon, 22 Apr 2024 19:03:06 +1000 Subject: [PATCH] fixed GitHub actions workflow --- .github/workflows/automerge.yml | 1 + .github/workflows/ci.yml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/automerge.yml b/.github/workflows/automerge.yml index d6aa070..9b350f6 100644 --- a/.github/workflows/automerge.yml +++ b/.github/workflows/automerge.yml @@ -7,3 +7,4 @@ jobs: dependabot: name: "Dependabot" uses: na4ma4/actions/.github/workflows/dependabot-automerge.yml@main + secrets: inherit diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 19acdde..7bc17dc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,6 +12,7 @@ jobs: unit-test: name: "Unit Test" uses: na4ma4/actions/.github/workflows/unit-test.yml@main + secrets: inherit goreleaser: name: "Goreleaser" @@ -19,5 +20,4 @@ jobs: needs: - unit-test uses: na4ma4/actions/.github/workflows/goreleaser.yml@main - secrets: - token: ${{ secrets.GITHUB_TOKEN }} + secrets: inherit