Skip to content

Commit cefe763

Browse files
committed
Add permissions to write the id token
1 parent 213ee2b commit cefe763

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/DeployEverything.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ env:
2424
DOTNET_CORE_VERSION: 10.0.x
2525
WORKING_DIRECTORY: PocketDDD.Server/PocketDDD.Server.WebAPI
2626

27+
permissions:
28+
contents: read
29+
id-token: write
30+
2731
jobs:
2832
deploy_terraform:
2933
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)