Skip to content

Commit

Permalink
chore: test why secrets are not being passed in
Browse files Browse the repository at this point in the history
  • Loading branch information
0x4007 committed Feb 24, 2024
1 parent b8c5431 commit d6c2828
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ on:
pull_request:
workflow_dispatch:

permissions:
contents: read

jobs:
build:
runs-on: ubuntu-22.04
permissions:
contents: read
secrets: read

steps:
- name: Check out repository
Expand Down

0 comments on commit d6c2828

Please sign in to comment.