Skip to content

Commit

Permalink
ictest: Write access for outside PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
Reecepbcups committed Aug 3, 2023
1 parent 07ab2d3 commit 8de5b28
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/interchaintest-E2E.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: ictest E2E

on:
pull_request:
push:
tags:
- '**'
Expand All @@ -12,6 +13,10 @@ on:
- '**.mod'
- '**.sum'

permissions:
contents: read
packages: write

env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}-e2e
Expand Down

0 comments on commit 8de5b28

Please sign in to comment.