diff options
| author | 2026-01-16 09:45:57 +0800 | |
|---|---|---|
| committer | 2026-01-16 09:45:57 +0800 | |
| commit | 08e19bbf428b0295cbf36f8d36855ed686decd1a (patch) | |
| tree | 97acfae627c67fd5ae27c22e9404b9c15202ab01 | |
| parent | 963b4b8567ac1bd8b23c41e1bfbd6a99d202d1ed (diff) | |
| parent | 39028e316068b1dd8a8cfbff14b9e2a131dd8aa5 (diff) | |
| download | DropOut-08e19bbf428b0295cbf36f8d36855ed686decd1a.tar.gz DropOut-08e19bbf428b0295cbf36f8d36855ed686decd1a.zip | |
Merge pull request #42 from HsiangNianian/alert-autofix-2
| -rw-r--r-- | .github/workflows/test.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8ca056e..5440cd8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,6 +10,9 @@ on: branches: ["main"] workflow_dispatch: +permissions: + contents: read + env: CARGO_TERM_COLOR: always |