diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 54c7a54..6faa1a3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,3 +42,4 @@ jobs: if: github.event_name == 'push' && contains(github.ref, 'refs/tags/') with: toolchain: stable + secrets: inherit