Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
Test implementation repo wip
Browse files Browse the repository at this point in the history
  • Loading branch information
leordev committed Jul 31, 2024
1 parent 63c62c2 commit 37b1049
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test-implementations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ jobs:
repository: TBD54566975/${{ matrix.repo }}
ref: main
submodules: true
# Make sure the value of GITHUB_TOKEN will not be persisted in repo's config
persist-credentials: false
# persist-credentials: false

- name: Update spec submodule in ${{ matrix.repo }}
env:
Expand All @@ -63,6 +62,8 @@ jobs:
SHORT_SHA=$(echo ${{ env.SPEC_SHA }} | cut -c 1-8)
git checkout -b spec/tbdex-$SHORT_SHA
git add .
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git commit -m "Update spec to $SHORT_SHA"
git push origin spec/tbdex-$SHORT_SHA
Expand Down

0 comments on commit 37b1049

Please sign in to comment.