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 0e059947f2e6dd4b46f1477995da3ad18227a016
parent 491bc943927e16953d9d3a82f2606505cd7e3a96
Author: Eric Scouten <scouten@adobe.com>
Date:   Wed, 25 May 2022 19:57:44 -0700

(IGNORE) Use admin token for creating release

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 @@ -91,6 +91,7 @@ jobs: commit: ${{ steps.commit.outputs.commit_hash }} prerelease: true # remove at 1.0 tag: ${{ steps.set-version.outputs.version_tag }} + token: ${{ secrets.GH_ADMIN_COMMIT_TOKEN }} - name: Publish crate run: |