Skip to content

Commit

Permalink
Merge pull request containerd#5682 from kzys/gha-fork
Browse files Browse the repository at this point in the history
gha: make release workflow work in forks
  • Loading branch information
dmcgowan authored Jul 9, 2021
2 parents 31d7844 + 4c6e4a0 commit 9fa7d15
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,10 @@ jobs:
- name: Checkout containerd
uses: actions/checkout@v2
with:
repository: containerd/containerd
# Intentionally use github.repository instead of containerd/containerd to
# make this action runnable on forks.
# See https://github.com/containerd/containerd/issues/5098 for the context.
repository: ${{ github.repository }}
ref: ${{ github.ref }}
path: src/github.com/containerd/containerd

Expand Down

0 comments on commit 9fa7d15

Please sign in to comment.