Commit ea7a3e4 1 parent bbe8047 commit ea7a3e4 Copy full SHA for ea7a3e4
File tree 1 file changed +3
-6
lines changed
1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 30
30
# String containing submitters to tag
31
31
SUBMITTERS : " @alexeagle, @kormide"
32
32
33
+ TOKEN : ${{ secrets.BCR_ALEXEAGLE_PAT }}
34
+
33
35
jobs :
34
36
bcr-pull-request :
35
37
runs-on : ubuntu-latest
@@ -52,18 +54,13 @@ jobs:
52
54
with :
53
55
repository : ${{ env.BCR }}
54
56
path : bcr
55
- - uses : tibdex/github-app-token@v1
56
- id : generate-token
57
- with :
58
- app_id : ${{ secrets.BCR_APP_ID }}
59
- private_key : ${{ secrets.BCR_APP_PRIVATE_KEY }}
60
57
- name : Create bcr entry
61
58
run : node .github/workflows/create-bcr-entry.mjs project bcr $GITHUB_REPOSITORY ${{ steps.get_tag.outputs.TAG }}
62
59
- name : Create Pull Request
63
60
id : post_pr
64
61
uses : peter-evans/create-pull-request@v4
65
62
with :
66
- token : ${{ steps.generate-token.outputs.token }}
63
+ token : ${{ env.TOKEN }}
67
64
path : bcr
68
65
push-to-fork : ${{ env.BCR_FORK }}
69
66
commit-message : ${{ github.repository }}@${{ steps.get_tag.outputs.TAG }}
You can’t perform that action at this time.
0 commit comments