Commit 7994fe8 1 parent 5eed695 commit 7994fe8 Copy full SHA for 7994fe8
File tree 1 file changed +1
-4
lines changed
1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 32
32
uses : actions/checkout@v4
33
33
with :
34
34
fetch-depth : 0
35
+ token : ${{ secrets.DAPR_BOT_TOKEN }}
35
36
- name : Set up OpenJDK ${{ env.JDK_VER }}
36
37
uses : actions/setup-java@v4
37
38
with :
42
43
sudo apt-get update
43
44
sudo apt-get install pcre2-utils
44
45
- name : Create release branch and tag
45
- env :
46
- GITHUB_TOKEN : ${{ secrets.DAPR_BOT_TOKEN }}
47
46
run : |
48
47
git config user.email "[email protected] "
49
48
git config user.name "Dapr Bot"
50
- # Update origin with token
51
- git remote set-url origin https://x-access-token:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git
52
49
# Copy first to allow automation to use the latest version and not the release branch's version.
53
50
cp -R ./.github/scripts ${RUNNER_TEMP}/
54
51
${RUNNER_TEMP}/scripts/create-release.sh ${{ inputs.rel_version }}
You can’t perform that action at this time.
0 commit comments