Skip to content

Commit

Permalink
ci: add an explicit permissions for interchaintest workflow action
Browse files Browse the repository at this point in the history
  • Loading branch information
jaybxyz committed Sep 25, 2023
1 parent 203e8be commit 5076078
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/interchaintest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
jobs:
build-and-push-image:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- name: Check out the repo
uses: actions/checkout@v3
Expand Down

0 comments on commit 5076078

Please sign in to comment.