Skip to content

Commit

Permalink
ci: grant check_checksums.yml to load artifacts from release note
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith-CY committed Mar 14, 2024
1 parent 7f20598 commit b96828a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check_checksums.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
compare:
name: Compare checksums
runs-on: macos-latest
permissions:
contents: read
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

1 comment on commit b96828a

@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 8285791697

Please sign in to comment.