Skip to content

Commit

Permalink
ci: grant checksums-of-release-draft.yml to load artifacts from relea…
Browse files Browse the repository at this point in the history
…se note
  • Loading branch information
Keith-CY committed Mar 14, 2024
1 parent 7f20598 commit ef73370
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/checksums-of-release-draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ on:
jobs:
checksums:
runs-on: ubuntu-latest
permissions:
contents: read
if: github.event.workflow_run.conclusion == 'success'
steps:
- name: Checkout
Expand Down

1 comment on commit ef73370

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Packaging for test is done in 8286156016

Please sign in to comment.