FiloSottile / age

A simple, modern and secure encryption tool (and Go library) with small explicit keys, no config options, and UNIX-style composability.
https://age-encryption.org
BSD 3-Clause "New" or "Revised" License
15.75k stars 475 forks source link

.github/workflows: trigger interoperability tests using gh #481

Closed 0x2b3bfa0 closed 1 year ago

0x2b3bfa0 commented 1 year ago

After cli/cli#6614, gh api can be used with nested object fields. 💅🏼 ^1

Note includes 79cc0644c2eacabb212740ec3ef11290220b4c01 with a pedantic change that doesn’t provide any security benefit on a public repository; can be dropped upon request.

FiloSottile commented 1 year ago

Thank you! Much better :)

I dropped 79cc0644c2eacabb212740ec3ef11290220b4c01 because I find it a little less explicit. ("Does {} mean no permissions or is it ignored? It should be the former, but who knows with the GitHub permission configs? Let's check the docs...")