Commit graph

44 commits

Author SHA1 Message Date
dependabot[bot]
343bb932e5
Bump actions/github-script from 5 to 6 (#121)
Bumps [actions/github-script](https://github.com/actions/github-script) from 5 to 6.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](https://github.com/actions/github-script/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/github-script
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-14 12:06:02 +01:00
CrazyMax
2d28688edd
Cleanup (#117)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2021-11-19 12:54:41 +01:00
dependabot[bot]
254b8e8685
Bump actions/github-script from 4 to 5 (#115)
Bumps [actions/github-script](https://github.com/actions/github-script) from 4 to 5.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](https://github.com/actions/github-script/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/github-script
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-14 15:08:11 +01:00
CrazyMax
60f6f3e9a9
Handle signing-only subkeys (#112)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2021-10-15 13:40:04 +02:00
dependabot[bot]
aaade0d1c6
Bump actions/github-script from 4 to 5 (#113)
Bumps [actions/github-script](https://github.com/actions/github-script) from 4 to 5.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](https://github.com/actions/github-script/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/github-script
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-15 13:37:39 +02:00
CrazyMax
3a2a627ae6
POSIX-compliant inputs names (#109)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2021-09-05 01:12:28 +02:00
CrazyMax
ae17b9f8de
Add git-config-global input (#103)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2021-08-10 09:28:13 +02:00
CrazyMax
93f53be329
Handle if-asked for git-push-gpgsign input (#100)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2021-08-10 08:46:50 +02:00
dependabot[bot]
5068739ab7
Bump actions/github-script from v3 to v4.0.2 (#83)
* Bump actions/github-script from v3 to v4.0.2

Bumps [actions/github-script](https://github.com/actions/github-script) from v3 to v4.0.2.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](https://github.com/actions/github-script/compare/v3...a3e7071a34d7e1f219a8a4de9a5e0a34d1ee1293)

Signed-off-by: dependabot[bot] <support@github.com>

* Use v4

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2021-05-09 11:08:44 +02:00
CrazyMax
145b8ddd26
Enhance workflow (#77)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2021-03-30 20:00:40 +02:00
CrazyMax
e33a6489fd
Container based developer flow (#76)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2021-01-29 11:29:31 +00:00
CrazyMax
1802bb73ed
Use major version of actions 2020-11-08 02:56:13 +01:00
dependabot[bot]
0264ae0ba7
Bump actions/checkout from v2.3.2 to v2.3.3 (#61)
Bumps [actions/checkout](https://github.com/actions/checkout) from v2.3.2 to v2.3.3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2.3.2...a81bbbf8298c0fa03ea29cdc473d45769f953675)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-28 19:53:36 +00:00
CrazyMax
106dc525b1
Move GPG_PRIVATE_KEY env var to gpg-private-key input
Move PASSPHRASE env var to passphrase input
Rename git_user_signingkey input to git-user-signingkey
Rename git_commit_gpgsign input to git-commit-gpgsign
Rename git_tag_gpgsign input to git-tag-gpgsign
Rename git_push_gpgsign input to git-push-gpgsign
Rename git_committer_name input to git-committer-name
Rename git_committer_email input to git-committer-email
2020-09-06 22:03:16 +02:00
dependabot[bot]
30271cb41e
Bump actions/github-script from v2 to v3 (#52)
Bumps [actions/github-script](https://github.com/actions/github-script) from v2 to v3.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](https://github.com/actions/github-script/compare/v2...626af12fe9a53dc2972b48385e7fe7dec79145c9)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-28 20:32:56 +00:00
dependabot[bot]
e8d4f5b7f4
Bump actions/checkout from v2.3.1 to v2.3.2 (#48)
Bumps [actions/checkout](https://github.com/actions/checkout) from v2.3.1 to v2.3.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2.3.1...2036a08e25fa78bbd946711a407b529a0a1204bf)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-10 18:24:21 +00:00
dependabot[bot]
e6978a83eb
Bump actions/checkout from v2.3.0 to v2.3.1 (#38)
Bumps [actions/checkout](https://github.com/actions/checkout) from v2.3.0 to v2.3.1.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/master/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2.3.0...28c7f3d2b5162b5ddd3dfd9a45aa55eaf396478b)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-06-22 14:32:31 +00:00
dependabot[bot]
7b5fdf0baf
Bump actions/checkout from v2 to v2.3.0 (#37)
Bumps [actions/checkout](https://github.com/actions/checkout) from v2 to v2.3.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/master/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...b4483adec309c0d01a5435c5e24eb40de5773ad9)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-06-21 05:10:48 +00:00
dependabot[bot]
44c49ff912
Bump actions/github-script from v1 to v2 (#35)
Bumps [actions/github-script](https://github.com/actions/github-script) from v1 to v2.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](https://github.com/actions/github-script/compare/v1...6e5ee1dc1cb3740e5e5e76ad668e3f526edbfe45)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2020-06-10 19:44:03 +00:00
CrazyMax
6f82bb6d5d
Update workflows 2020-05-24 01:14:15 +02:00
CrazyMax
a3d1eb147a
Update workflows 2020-05-20 02:47:14 +02:00
CrazyMax
db752f495e
Dedicated CI job for base64 2020-05-18 17:18:24 +02:00
Alejandro Hernández
fe2d0d79b1
Fix importing of base64 armored string (#18) 2020-05-18 17:15:05 +02:00
CrazyMax
9fcb9fcc56
Update CI workflow 2020-05-13 00:29:14 +02:00
CrazyMax
ca42309c9d
Update CI workflow 2020-05-12 20:48:02 +02:00
CrazyMax
c66565d073
Fix CI workflow 2020-05-12 20:37:28 +02:00
CrazyMax
d49ee3cbc3
Maybe maybe maybe 2020-05-12 20:36:05 +02:00
CrazyMax
7a355f8c5b
Centralize test key/passphrase 2020-05-12 20:30:44 +02:00
Alejandro Hernández
ccc720bb40
Use GPG key name/email as default values (#13) 2020-05-12 20:18:51 +02:00
CrazyMax
6e3cb39968
Update workflows 2020-05-07 20:57:28 +02:00
CrazyMax
1173bbb660
Update CI workflow 2020-05-07 20:47:00 +02:00
CrazyMax
c8df075bd9
Cleanup workflows 2020-05-06 23:54:36 +02:00
CrazyMax
5701df18ba
Fix inputs 2020-05-06 01:21:41 +02:00
CrazyMax
e097cc9691
Add git_tag_gpgsign and git_push_gpgsign inputs
Some inputs and secrets have been renamed
2020-05-06 01:15:33 +02:00
CrazyMax
16c87f2e17
Bring back support for Windows 2020-05-06 00:31:46 +02:00
CrazyMax
f551cecdaa
Fix CI workflow 2020-05-05 20:05:49 +02:00
CrazyMax
feede15671
Enable signing for Git commits and tags (#4) 2020-05-04 20:59:11 +02:00
CrazyMax
6549c6d230
Drop Windows support 2020-05-04 20:06:27 +02:00
CrazyMax
95b2df2352
Check env 2020-05-04 16:22:10 +02:00
CrazyMax
a8f7b5960a
Allow to seed the internal cache of gpg-agent with provided passphrase (#5)
Better handling of commands output streams
2020-05-04 16:17:14 +02:00
CrazyMax
070decda57
Matrix OS 2020-05-03 21:35:54 +02:00
CrazyMax
ee885cc34c
Check private key deletion 2020-05-03 21:17:25 +02:00
CrazyMax
be8040e6d7
Enable actions debug 2020-05-03 21:13:39 +02:00
CrazyMax
2fde0b12b9
Add CI, master and test workflows 2020-05-03 21:09:41 +02:00