Commit Graph

15 Commits

Author SHA1 Message Date
Claude 1fa321c0a2 fix(ci): correct Yarn 4 cache paths and add auto-merge for version PRs
- Fixed cache paths for Yarn 4 (node_modules + .yarn/install-state.gz)
- Updated all workflows to use actions/cache@v4
- Added auto-merge for WhatsApp version update PRs

https://claude.ai/code/session_01QPt4WssG6jjEciQKdVpFtK
2026-02-02 18:20:03 +00:00
Claude 16699781c7 fix(ci): add GITHUB_TOKEN authentication for git operations
Yarn 4 converts HTTPS URLs to SSH internally. Added token-based
authentication using GITHUB_TOKEN to allow accessing public GitHub
repositories without SSH keys.

https://claude.ai/code/session_01QPt4WssG6jjEciQKdVpFtK
2026-02-02 17:47:08 +00:00
Claude 72c49352a3 fix(ci): configure git to use HTTPS for GitHub dependencies
Fixes "Permission denied (publickey)" error when Yarn tries to fetch
libsignal dependency via SSH in GitHub Actions.

Added git config to force HTTPS instead of SSH for all GitHub URLs
in all workflows that run yarn install.

https://claude.ai/code/session_01QPt4WssG6jjEciQKdVpFtK
2026-02-02 16:45:41 +00:00
Rajeh Taher 06c7ba0a0d github actions: update all actions 2025-07-18 23:20:24 +03:00
Rajeh Taher 39508ecf50 chore(master): Update other workflows to Node 20 (current LTS) 2024-07-27 17:22:40 +03:00
Rajeh Taher eb5edddf2f fix(master): final workflow fix 2024-04-28 12:22:37 +00:00
Rajeh Taher 649dee41eb fix(master): fix whiskeysockets publishing 2024-04-28 12:08:50 +00:00
Rajeh Taher 098908d05b feat(fix-workflow): push to the 2 npm packages at the same time (#746) 2024-04-28 14:39:04 +03:00
Edgard Lorraine Messias e6290c0905 ci: Fixed release workflow 2023-05-10 20:22:14 -03:00
Edgard Lorraine Messias 7c3f0df560 feat: Added workflow to release at NPM site (#48)
* chore: Changed name for release

* chore: Sorted package.json

* ci: Added workflow to publish releases

* chore: Updated .gitignore

* chore: Updated lint to use nodejs v18

* chore: Updated package name in README.md

* chore: Change the current version
2023-05-10 20:07:26 -03:00
Adhiraj Singh 7d4a5634dd chore: update typedoc 2022-01-22 11:49:39 +05:30
Adhiraj Singh caf46e05a3 Update publish-release.yml 2021-03-24 23:27:05 +05:30
Adhiraj Singh f12551ba18 Update publish-release.yml 2020-09-02 18:39:14 +05:30
Adhiraj Singh 4f2ad90c65 Update publish-release.yml 2020-09-02 18:35:56 +05:30
Adhiraj 4a8932eac9 update workflows 2020-09-02 18:24:11 +05:30