Skip to content

Commit

Permalink
Update permissions on test.yml (#535)
Browse files Browse the repository at this point in the history
  • Loading branch information
athackst authored Dec 27, 2024
1 parent 6e56194 commit 1279ec1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
pydocstyle .
env-check:
runs-on: ubuntu-latest
permissions:
contents: read
packages: read
steps:
- uses: actions/checkout@v4
- name: Set up QEMU
Expand All @@ -53,8 +56,6 @@ jobs:
type=docker,name=app:local
cache-from: |
type=registry,ref=ghcr.io/${{ github.repository_owner }}/ros2:rolling-buildcache
cache-to: |
type=registry,ref=ghcr.io/${{ github.repository_owner }}/ros2:rolling-buildcache,mode=max
- name: Run environment comparison
run: |
.github/scripts/env-compare.py app:local rolling

0 comments on commit 1279ec1

Please sign in to comment.