Skip to content

Commit a970e18

Browse files
Merge pull request #34 from alejandrocuba/update-workflow
refactor: remove GPG signing step and pin Prettier version in YouTube…
2 parents 59f3c97 + 92f31ce commit a970e18

1 file changed

Lines changed: 1 addition & 11 deletions

File tree

.github/workflows/update-youtube-thumbnails.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,7 @@ jobs:
2626
run: node .github/scripts/update-youtube-thumbnails.js
2727

2828
- name: Format README.md with Prettier
29-
run: npx prettier --write README.md
30-
31-
- name: Import GPG key for signing
32-
id: import-gpg
33-
uses: crazy-max/ghaction-import-gpg@v6
34-
with:
35-
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
36-
passphrase: ${{ secrets.GPG_PASSPHRASE }}
37-
git_config_global: true
38-
git_user_signingkey: true
39-
git_commit_gpgsign: true
29+
run: npx prettier@3.8.3 --write README.md
4030

4131
- name: Check for changes
4232
id: git-check

0 commit comments

Comments
 (0)