Skip to content

Commit

Permalink
fix: Adding missing permissions to abi builder co
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr0p42 committed Jul 31, 2024
1 parent 2904c1c commit c2ca0a4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_abi_container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
release:
types: [published]

permissions:
contents: read # This is required for actions/checkout

jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c2ca0a4

Please sign in to comment.