Browse Source

fix(workflows): use actions/github-script@v6

pull/4802/head
Wing-Kam Wong 2 years ago
parent
commit
d89dbecbf8
  1. 2
      .github/workflows/release-draft.yml

2
.github/workflows/release-draft.yml

@ -56,7 +56,7 @@ jobs:
echo "TARGET_SHA=${TARGET_SHA}" >> $GITHUB_OUTPUT
echo "Setting TARGET_SHA: ${TARGET_SHA}"
- name: Create tag
uses: actions/github-script@v3
uses: actions/github-script@v6
with:
# need workflows permission but it's not in GITHUB_TOKEN scope
# need a custom PAT with workflows permission here

Loading…
Cancel
Save