Skip to content

Commit

Permalink
Give read access to packages and change username again
Browse files Browse the repository at this point in the history
  • Loading branch information
CihatAltiparmak authored Dec 9, 2024
1 parent c89c59e commit c50bcb8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run_benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ jobs:
permissions:
contents: write
deployments: write
packages: read
container:
image: ghcr.io/moveit/moveit_middleware_benchmark:latest
credentials:
username: CihatAltiparmak
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: run benchmarks for rmw_fastrtps
Expand Down

0 comments on commit c50bcb8

Please sign in to comment.