Skip to content

Commit d11a9a3

Browse files
test oidc setup plural
1 parent 63af97c commit d11a9a3

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

.github/workflows/test-pr.yaml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
name: CI / Demo PR
2+
3+
env:
4+
DOCKER_METADATA_PR_HEAD_SHA: 'true'
5+
6+
on:
7+
push:
8+
branches:
9+
- master
10+
- genstage-stack-gs-reconciler
11+
jobs:
12+
pr:
13+
permissions:
14+
id-token: write
15+
contents: read
16+
name: Generate PR
17+
runs-on: ubuntu-latest
18+
steps:
19+
- name: Checkout the repo
20+
uses: actions/checkout@v3
21+
with:
22+
fetch-depth: 0
23+
- name: setup plural
24+
uses: pluralsh/setup-plural@293eb419160cd91a372ab0c7758e63374a54d547
25+
with:
26+
27+
consoleUrl: https://console.plrldemo.onplural.sh

0 commit comments

Comments
 (0)