File tree Expand file tree Collapse file tree 2 files changed +16
-4
lines changed Expand file tree Collapse file tree 2 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 77 NIX_GITHUB_TOKEN :
88 description : GitHub token to add as access-token in nix.conf
99 required : false
10+ CREATE_PR_APP_ID :
11+ description : ID of the GitHub App used for opening pull requests.
12+ required : true
13+ CREATE_PR_APP_PRIVATE_KEY :
14+ description : Private key of the GitHub App used for opening pull requests.
15+ required : true
1016
1117 # Allow this workflow to be triggered manually:
1218 workflow_dispatch :
47534854 id : generate-token
4955 with :
50- app_id : ${{ secrets.APP_ID }}
51- private_key : ${{ secrets.APP_PRIVATE_KEY }}
56+ app_id : ${{ secrets.CREATE_PR_APP_ID }}
57+ private_key : ${{ secrets.CREATE_PR_APP_PRIVATE_KEY }}
5258
5359 - name : Create Pull Request
5460 if : ${{ hashFiles('commit_msg_body.txt') != '' }}
Original file line number Diff line number Diff line change 77 NIX_GITHUB_TOKEN :
88 description : GitHub token to add as access-token in nix.conf
99 required : false
10+ CREATE_PR_APP_ID :
11+ description : ID of the GitHub App used for opening pull requests.
12+ required : true
13+ CREATE_PR_APP_PRIVATE_KEY :
14+ description : Private key of the GitHub App used for opening pull requests.
15+ required : true
1016
1117 # Allow this workflow to be triggered manually:
1218 workflow_dispatch :
39454046 id : generate-token
4147 with :
42- app_id : ${{ secrets.APP_ID }}
43- private_key : ${{ secrets.APP_PRIVATE_KEY }}
48+ app_id : ${{ secrets.CREATE_PR_APP_ID }}
49+ private_key : ${{ secrets.CREATE_PR_APP_PRIVATE_KEY }}
4450
4551 - name : Update flake packages
4652 uses : metacraft-labs/nix-update-action@main
You can’t perform that action at this time.
0 commit comments