c2pa-rs

A fork of https://github.com/contentauth/c2pa-rs/
git clone git://archive.git.mtrnord.blog/mtrnords-photography-manager/c2pa-rs.git
Log | Files | Refs | README

commit 00bf00341320b5c07d8c94d8860a2afa5a9e5dab
parent 9dac0b5d16d4731db49134913ca664e6b93e738b
Author: Eric Scouten <scouten@adobe.com>
Date:   Wed, 25 May 2022 19:31:02 -0700

Use a special admin token to allow automated pushes to main branch

Diffstat:
M.github/workflows/publish.yml | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml @@ -82,6 +82,7 @@ jobs: commit_message: Prepare ${{ steps.set-version.outputs.version }} release commit_user_name: Adobe CAI Team commit_user_email: noreply@adobe.com + token: ${{ secrets.GH_ADMIN_COMMIT_TOKEN }} - name: Create release uses: ncipollo/release-action@v1