Skip to content

Commit

Permalink
Fixed token setup
Browse files Browse the repository at this point in the history
  • Loading branch information
jp-imx committed Nov 13, 2023
1 parent b6d56e6 commit 303be01
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,14 @@ name: Coverage Report

on: [push]

# this is used by github OIDC to assume the admin role later on
permissions: # see this: https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs
contents: write # This is required for actions/checkout
pull-requests: write

env:
FOUNDRY_PROFILE: ci
GITHUB_TOKEN: ${{ secrets.PLATFORM_SA_GITHUB_TOKEN }}

jobs:
check:
Expand Down

0 comments on commit 303be01

Please sign in to comment.