We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ac35261 + ce83759 commit 493822cCopy full SHA for 493822c
.github/workflows/publish.yml
@@ -61,7 +61,7 @@ jobs:
61
username: ${{ github.actor }}
62
password: ${{ secrets.ACCESS_TOKEN }}
63
registry: ghcr.io
64
- if: ${{ github.actor != 'dependabot[bot]' }}
+ if: ${{ github.actor != 'dependabot[bot]' && github.event.pull_request.head.repo.fork == false }}
65
66
- name: Resolve build_ruby version
67
uses: ruby/setup-ruby@a2bbe5b1b236842c1cb7dd11e8e3b51e0a616acc # v1.202.0
0 commit comments