File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 8
8
branches : [ main ]
9
9
workflow_dispatch :
10
10
11
+ permissions :
12
+ id-token : write
13
+ contents : read
14
+
11
15
jobs :
12
16
build :
13
- runs-on : [self-hosted, project-awsaws- lambda-nodejs-runtime-interface-client]
17
+ runs-on : codebuild-aws- lambda-nodejs-runtime-interface-client-${{ github.run_id }}-${{ github.run_attempt }}
14
18
timeout-minutes : 15
15
19
outputs :
16
20
version : ${{ steps.version.outputs.version }}
57
61
retention-days : 30
58
62
59
63
test :
60
- runs-on : [self-hosted, project-awsaws- lambda-nodejs-runtime-interface-client]
64
+ runs-on : codebuild-aws- lambda-nodejs-runtime-interface-client-${{ github.run_id }}-${{ github.run_attempt }}
61
65
needs : [build]
62
66
strategy :
63
67
matrix :
72
76
73
77
publish :
74
78
if : startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/fabisev/artifact-publishing'
75
- runs-on : [self-hosted, project-awsaws- lambda-nodejs-runtime-interface-client]
79
+ runs-on : codebuild-aws- lambda-nodejs-runtime-interface-client-${{ github.run_id }}-${{ github.run_attempt }}
76
80
needs : [build, test]
77
81
permissions :
78
82
contents : write
You can’t perform that action at this time.
0 commit comments