Skip to content

Commit

Permalink
Update repotraffic.yml
Browse files Browse the repository at this point in the history
Added permissions block
  • Loading branch information
tadthompson authored Feb 20, 2024
1 parent e8dcd15 commit e206db7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/repotraffic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ jobs:
# The type of runner that the job will run on
runs-on: ubuntu-latest

build-me-read:
name: Build-Me-Read
runs-on: ubuntu-latest
permissions: read-all

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
Expand Down

0 comments on commit e206db7

Please sign in to comment.