Commit 6761d9d 1 parent 5c22686 commit 6761d9d Copy full SHA for 6761d9d
File tree 1 file changed +1
-6
lines changed
1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -29,16 +29,11 @@ jobs:
29
29
run : bazel --bazelrc=.github/workflows/ci.bazelrc --bazelrc=.bazelrc test //...
30
30
- name : Prepare workspace snippet
31
31
run : .github/workflows/workspace_snippet.sh ${{ env.GITHUB_REF_NAME }} > release_notes.txt
32
- - uses : tibdex/github-app-token@v1
33
- id : generate-token
34
- with :
35
- app_id : ${{ secrets.BCR_APP_ID }}
36
- private_key : ${{ secrets.BCR_APP_PRIVATE_KEY }}
37
32
- name : Release
38
33
uses : softprops/action-gh-release@v1
39
34
with :
40
35
prerelease : true
41
36
# Use GH feature to populate the changelog automatically
42
37
generate_release_notes : true
43
38
body_path : release_notes.txt
44
- token : ${{ steps.generate-token.outputs.token }}
39
+ token : ${{ secrets.ALEXEAGLE_RELEASE_PAT }}
You can’t perform that action at this time.
0 commit comments