Skip to content

Commit

Permalink
fix: check-tapp (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
karczuRF authored Jun 27, 2024
1 parent d4c0dd0 commit 668f9ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/check-tapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,3 @@ jobs:

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Commit updated files
id: push-commit
run: |
git config user.name "${{ github.actor }}"
git config --global user.email "${GITHUB_ACTOR_ID}+${GITHUB_ACTOR}@users.noreply.github.com"
git add -A
git commit -m "Add images from ${{needs.get-tapp-id.outputs.name}} to the registry"
git push --set-upstream origin "HEAD:${{ github.event.pull_request.title }}"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4 changes: 3 additions & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Repository CODEOWNERS
# CI/CD-related files require a review by the devops team
.github/**/* @tari-project/devops
CODEOWNERS @tari-project/devops
tapp-example/ @karczuRF
tapplet-example/ @MCozhusheck

0 comments on commit 668f9ad

Please sign in to comment.