mirror of
https://github.com/dwinkler1/fran.git
synced 2026-02-19 14:40:58 -05:00
Fix formatting of permissions in fix_hashes.yml
This commit is contained in:
parent
d834f360bf
commit
a6016c972b
1 changed files with 2 additions and 2 deletions
4
.github/workflows/fix_hashes.yml
vendored
4
.github/workflows/fix_hashes.yml
vendored
|
|
@ -5,8 +5,8 @@ jobs:
|
|||
build:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
id-token: read
|
||||
contents: write
|
||||
id-token: "read"
|
||||
contents: "write"
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue