Skip to content

Commit

Permalink
Merge branch 'main' into migrate-ci-to-hyperledger
Browse files Browse the repository at this point in the history
  • Loading branch information
yshyn-iohk committed Apr 25, 2024
2 parents 523b9f0 + 56cad40 commit a0b0b36
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ on:
jobs:
triage:
runs-on: self-hosted
permissions:
pull-requests: write
steps:
- uses: actions/labeler@v5
with:
repo-token: "${{ secrets.ATALA_GITHUB_TOKEN }}"
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit a0b0b36

Please sign in to comment.