Skip to content

Commit 5252b6a

Browse files
authored
add deploy key (#12)
1 parent 7834654 commit 5252b6a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/generate-lists.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Checkout repository
1515
uses: actions/checkout@v4
1616
with:
17-
token: ${{ secrets.GITHUB_TOKEN }}
17+
token: ${{ secrets.DEPLOY_KEY }}
1818

1919
- name: Setup Rust
2020
uses: dtolnay/rust-toolchain@stable
@@ -35,8 +35,8 @@ jobs:
3535
3636
- name: Configure Git
3737
run: |
38-
git config user.name "Glauber Lima [GitHub Actions]"
39-
git config user.email "glauberlima@users.noreply.github.com"
38+
git config user.name "GitHub Actions bot"
39+
git config user.email "github-actions[bot]@users.noreply.github.com"
4040
4141
- name: Generate lists with Procon CLI
4242
run: |

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "procon-cli"
3-
version = "0.2.3"
3+
version = "0.2.4"
44
edition = "2024"
55
rust-version = "1.90"
66
description = "Gera listas de bloqueio AdBlock e hosts a partir da base de dados de sites não confiáveis da Fundação Procon-SP"

0 commit comments

Comments
 (0)