Bump actions/github-script from 6 to 7
Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 7. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
2
.github/workflows/create-release.yaml
vendored
2
.github/workflows/create-release.yaml
vendored
@ -35,7 +35,7 @@ jobs:
|
|||||||
# note: instead of secrets.GITHUB_TOKEN here, we need to use a PAT
|
# note: instead of secrets.GITHUB_TOKEN here, we need to use a PAT
|
||||||
# so that the release creation triggers the image build workflow
|
# so that the release creation triggers the image build workflow
|
||||||
- name: "Create release"
|
- name: "Create release"
|
||||||
uses: "actions/github-script@v6"
|
uses: "actions/github-script@v7"
|
||||||
with:
|
with:
|
||||||
github-token: "${{ secrets.ACTIONS_ACCESS_TOKEN }}"
|
github-token: "${{ secrets.ACTIONS_ACCESS_TOKEN }}"
|
||||||
script: |
|
script: |
|
||||||
|
Reference in New Issue
Block a user