Skip to content

Commit

Permalink
add these for some reason
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeshay committed Aug 13, 2023
1 parent 3fde908 commit af2f1bb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
branches:
- main

permissions:
id-token: write
contents: read

jobs:
validate:
uses: ./.github/workflows/verify.yml
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
pull_request:
workflow_call:

permissions:
id-token: write
contents: read

jobs:
validate:
name: ${{ matrix.cmd }}
Expand Down

0 comments on commit af2f1bb

Please sign in to comment.