Skip to content

Commit

Permalink
chore: update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
gary-Shen committed Feb 5, 2024
1 parent 097a5f5 commit a753147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trigger_from_labelu_kit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
runs-on: ${{ matrix.os }}

permissions:
actions: write # to be able to trigger a release workflow
contents: write # to be able to publish a GitHub release
issues: write # to be able to comment on released issues
pull-requests: write # to be able to comment on released pull requests
Expand Down Expand Up @@ -71,5 +72,4 @@ jobs:
uses: benc-uk/workflow-dispatch@v1
with:
workflow: release
token: ${{ secrets.GITHUB_TOKEN }}
inputs: '{ "changelog": "${{ inputs.changelog }}" }'

0 comments on commit a753147

Please sign in to comment.