Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mirzakaracic committed Jan 6, 2025
1 parent 3c12931 commit 059b6aa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/run-ee-server/action.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: "Run EE Server"
description: "Run EE server. Returns once server is ready. Only tested on Linux and macOS"

permissions:
# This is required for requesting the OIDC token
id-token: write

inputs:
# All inputs in composite actions are strings
use-server-rc:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/pull-request-open.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: PR open

permissions:
# This is required for requesting the OIDC token
id-token: write

on:
pull_request:
branches:
Expand Down

0 comments on commit 059b6aa

Please sign in to comment.