File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 28
28
id : release
29
29
with :
30
30
command : manifest
31
- token : ${{secrets.OPENTELEMETRYBOT_GITHUB_TOKEN }}
31
+ token : ${{secrets.RELEASE_PR_TOKEN }}
32
32
default-branch : main
33
33
34
34
# get release PR as we're currently on main
@@ -39,12 +39,12 @@ jobs:
39
39
with :
40
40
ref : release-please--branches--main
41
41
# use a token so that workflows on the PR run when we push later
42
- token : ${{ secrets.OPENTELEMETRYBOT_GITHUB_TOKEN }}
42
+ token : ${{ secrets.RELEASE_PR_TOKEN }}
43
43
44
44
# release-please does not do this on its own, so we do it here instead
45
45
- name : Update package-lock.json in PR
46
46
env :
47
- GITHUB_TOKEN : ${{ secrets.OPENTELEMETRYBOT_GITHUB_TOKEN }}
47
+ GITHUB_TOKEN : ${{ secrets.RELEASE_PR_TOKEN }}
48
48
# only update if a PR has been created
49
49
if : ${{ steps.release.outputs.pr }}
50
50
run : |
You can’t perform that action at this time.
0 commit comments