Skip to content

Commit

Permalink
Merge pull request #31 from DataDog/lloeki/declare-workflow-permissions
Browse files Browse the repository at this point in the history
Declare workflow permissions
  • Loading branch information
TonyCTHsu authored Nov 26, 2024
2 parents 677a9b5 + 36d4992 commit a462c85
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,8 @@ jobs:
libc: centos
arch: ["x86_64", "aarch64"]
runs-on: ubuntu-latest
permissions:
packages: write
name: Build (${{ matrix.engine }} ${{ matrix.version }} ${{ matrix.libc }})
steps:
- name: Set up Docker
Expand All @@ -228,6 +230,8 @@ jobs:
echo "DOCKER_PLATFORMS=$(echo ${{ join(matrix.arch) }} | tr ',' '\n' | sed 's/^/linux\//' | paste -s -d, -)" >> $GITHUB_OUTPUT
- name: Checkout
uses: actions/checkout@v4
with:
persist-credentials: false

# First, build image for x86_64 as it will fail fast
#
Expand Down

0 comments on commit a462c85

Please sign in to comment.