Skip to content

Commit

Permalink
Removed environment and permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
4c3y committed Jan 10, 2024
1 parent 5fe0ba1 commit 04c5ff3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/coverage_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ on:
jobs:
build:
name: Generate coverage report
environment:
name: github-pages
url: ${{ steps.deployment.outputs.url }}
runs-on: [self-hosted, linux]
strategy:
fail-fast: false
Expand All @@ -20,9 +17,6 @@ jobs:
gcc: ['10']
cxx: ['17']
container: ros:${{ matrix.rosdistro }}-ros-base-focal
permissions:
pages: write # to deploy to Pages
id-token: write # to verify the deployment originates from an appropriate source
steps:
- uses: actions/checkout@v3
name: Checkout lpp
Expand Down

0 comments on commit 04c5ff3

Please sign in to comment.