We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 213ee2b commit cefe763Copy full SHA for cefe763
1 file changed
.github/workflows/DeployEverything.yml
@@ -24,6 +24,10 @@ env:
24
DOTNET_CORE_VERSION: 10.0.x
25
WORKING_DIRECTORY: PocketDDD.Server/PocketDDD.Server.WebAPI
26
27
+permissions:
28
+ contents: read
29
+ id-token: write
30
+
31
jobs:
32
deploy_terraform:
33
runs-on: ubuntu-latest
0 commit comments