commit | 4d1eedf6ee6ed5077e39d05f6fd34a7133c08bcb | [log] [tgz] |
---|---|---|
author | LuK1337 <priv.luk@gmail.com> | Mon Sep 18 09:33:32 2023 +0200 |
committer | Ćukasz Patron <priv.luk@gmail.com> | Tue Oct 03 07:25:04 2023 +0000 |
tree | be5e3d3d496b4bd0b349f428f100ae490f7f993c | |
parent | 988c6c9efabf6dac65878df90d03e1a8d2c42a2b [diff] |
Aperture: Hook up gerrit-vote action Change-Id: I7f71a6cc8119bb7bad098f55df087009ef87c5dd
diff --git a/.github/workflows/gerrit.yml b/.github/workflows/gerrit.yml index 6589c3b..4a6c449 100644 --- a/.github/workflows/gerrit.yml +++ b/.github/workflows/gerrit.yml
@@ -21,3 +21,10 @@ - name: Build uses: ./.github/workflows/build + + - uses: lineageos-infra/gerrit-vote@main + if: always() + with: + auth: ${{ secrets.GERRIT_VOTE_CREDS }} + change: ${{ inputs.change }} + ref: ${{ inputs.ref }}