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 ae2ea3c5fb400cee62a63ee9ab8de09ef33e5b0c
parent 00bf00341320b5c07d8c94d8860a2afa5a9e5dab
Author: Eric Scouten <scouten@adobe.com>
Date:   Wed, 25 May 2022 19:40:03 -0700

(IGNORE) Move the token argument to the checkout step

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

diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml @@ -12,6 +12,7 @@ jobs: uses: actions/checkout@v2 with: fetch-depth: 0 + token: ${{ secrets.GH_ADMIN_COMMIT_TOKEN }} - name: Get latest existing tag uses: actions-ecosystem/action-get-latest-tag@v1 @@ -82,7 +83,6 @@ 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