File tree Expand file tree Collapse file tree 1 file changed +31
-17
lines changed Expand file tree Collapse file tree 1 file changed +31
-17
lines changed Original file line number Diff line number Diff line change 1
- name : Ruby
1
+ name : test gha
2
2
3
3
on :
4
4
push :
5
5
branches :
6
6
- master
7
-
8
7
pull_request :
9
8
9
+ permissions :
10
+ id-token : write
11
+ contents : read
12
+
10
13
jobs :
11
- build :
14
+ deploy-infrastructure :
12
15
runs-on : ubuntu-latest
13
- name : Ruby ${{ matrix.ruby }}
14
- strategy :
15
- matrix :
16
- ruby :
17
- - ' 3.2.0'
18
-
19
16
steps :
20
- - uses : actions/checkout@v4
21
- - name : Set up Ruby
22
- uses : ruby/setup-ruby@v1
23
- with :
24
- ruby-version : ${{ matrix.ruby }}
25
- bundler-cache : true
26
- - name : Run the default task
27
- run : bundle exec rake
17
+ - uses : actions/checkout@v4
18
+ - uses : azure/login@v2
19
+ with :
20
+ client-id : ${{ secrets.AZURE_CLIENT_ID }}
21
+ tenant-id : ${{ secrets.AZURE_TENANT_ID }}
22
+ subscription-id : ${{ secrets.AZURE_SUBSCRIPTION_ID }}
23
+
24
+
25
+ # build:
26
+ # runs-on: ubuntu-latest
27
+ # name: Ruby ${{ matrix.ruby }}
28
+ # strategy:
29
+ # matrix:
30
+ # ruby:
31
+ # - '3.2.0'
32
+
33
+ # steps:
34
+ # - uses: actions/checkout@v4
35
+ # - name: Set up Ruby
36
+ # uses: ruby/setup-ruby@v1
37
+ # with:
38
+ # ruby-version: ${{ matrix.ruby }}
39
+ # bundler-cache: true
40
+ # - name: Run the default task
41
+ # run: bundle exec rake
You can’t perform that action at this time.
0 commit comments