mirror of
https://github.com/dwinkler1/fran.git
synced 2026-02-19 22:50:59 -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:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
permissions:
|
||||||
id-token: read
|
id-token: "read"
|
||||||
contents: write
|
contents: "write"
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue