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.
1 parent 4170170 commit ce83759Copy full SHA for ce83759
.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@7d3497fd78c07c0d84ebafa58d8dac60cd1f0763 # v1.199.0
0 commit comments