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 677a9b5 + 36d4992 commit a462c85Copy full SHA for a462c85
.github/workflows/build-ruby.yml
@@ -206,6 +206,8 @@ jobs:
206
libc: centos
207
arch: ["x86_64", "aarch64"]
208
runs-on: ubuntu-latest
209
+ permissions:
210
+ packages: write
211
name: Build (${{ matrix.engine }} ${{ matrix.version }} ${{ matrix.libc }})
212
steps:
213
- name: Set up Docker
@@ -228,6 +230,8 @@ jobs:
228
230
echo "DOCKER_PLATFORMS=$(echo ${{ join(matrix.arch) }} | tr ',' '\n' | sed 's/^/linux\//' | paste -s -d, -)" >> $GITHUB_OUTPUT
229
231
- name: Checkout
232
uses: actions/checkout@v4
233
+ with:
234
+ persist-credentials: false
235
236
# First, build image for x86_64 as it will fail fast
237
#
0 commit comments