Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
iQQBot committed Apr 23, 2024
1 parent e568354 commit e2ec124
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
name: Build
permissions:
id-token: write # This is required for requesting the JWT
contents: read # This is required for actions/checkout
on:
pull_request:
types: [ opened, edited ]
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/code-nightly.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Code Nightly

permissions:
id-token: write # This is required for requesting the JWT
contents: read # This is required for actions/checkout
on:
workflow_dispatch:
schedule:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ide-integration-tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
name: "IDE integration tests"
permissions:
id-token: write # This is required for requesting the JWT
contents: read # This is required for actions/checkout
on:
workflow_dispatch:
inputs:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/jetbrains-auto-update-template.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
permissions:
id-token: write # This is required for requesting the JWT
contents: read # This is required for actions/checkout
on:
workflow_call:
inputs:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/lacework-inline-scanner.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
permissions:
id-token: write # This is required for requesting the JWT
contents: read # This is required for actions/checkout
name: Lacework Inline Scanner
on:
workflow_run:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/preview-env-check-regressions.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
name: "Preview environment regression check"
permissions:
id-token: write # This is required for requesting the JWT
contents: read # This is required for actions/checkout
on:
workflow_run:
workflows: ["Build"]
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/workspace-integration-tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
name: "Workspace integration tests"
permissions:
id-token: write # This is required for requesting the JWT
contents: read # This is required for actions/checkout
on:
workflow_dispatch:
inputs:
Expand Down

0 comments on commit e2ec124

Please sign in to comment.