We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6e9fc9 commit 9ab9d87Copy full SHA for 9ab9d87
.github/workflows/run-validation.yml
@@ -4,6 +4,7 @@ on:
4
push:
5
branches:
6
- main
7
+ - williamhe/add-labels-support
8
paths-ignore:
9
- '**.md'
10
pull_request:
@@ -28,6 +29,10 @@ jobs:
28
29
TEST_IMAGE_TAG: 'pd-${{ github.run_id }}'
30
TEST_CONTAINER_APP_NAME: 'gh-ca-pd-${{ github.run_id }}'
31
32
+ permissions:
33
+ id-token: write
34
+ contents: read
35
+
36
steps:
37
- name: Checkout action repository
38
uses: actions/checkout@v3
@@ -257,6 +262,10 @@ jobs:
257
262
TEST_CONTAINER_APP_NAME: 'gh-ca-is-ne-${{ github.run_id }}'
258
263
TEST_NEW_CONTAINER_APP_ENV: 'gh-ca-is-ne-${{ github.run_id }}-env'
259
264
265
266
267
268
260
269
261
270
271
0 commit comments