File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -12,18 +12,18 @@ jobs:
12
12
- name : Clone repository
13
13
uses : actions/checkout@v4
14
14
15
- # - name: Load secret
16
- # uses: 1password/load-secrets-action@v2
17
- # with:
18
- # export-env: true
19
- # env:
20
- # OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
21
- # MY_GITHUB_PAT: op://Developer/GitHub/TMP_PAT
15
+ - name : Load secret
16
+ uses : 1password/load-secrets-action@v2
17
+ with :
18
+ export-env : true
19
+ env :
20
+ OP_SERVICE_ACCOUNT_TOKEN : ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
21
+ MY_GITHUB_PAT : op://Developer/GitHub/PAT
22
22
23
23
- name : Update Homebrew formula
24
24
uses : dawidd6/action-homebrew-bump-formula@v3
25
25
with :
26
- token : ${{ secrets .MY_GITHUB_PAT }}
26
+ token : ${{ env .MY_GITHUB_PAT }}
27
27
tap : bartekpacia/homebrew-tools
28
28
formula : scripts
29
29
force : true
You can’t perform that action at this time.
0 commit comments