Update actions/create-github-app-token action to v2.1.1 (#2611)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
15f0d88adb
commit
87b21de230
|
|
@ -67,7 +67,7 @@ jobs:
|
||||||
.github/scripts/update-spec-repo-links.sh $VERSION
|
.github/scripts/update-spec-repo-links.sh $VERSION
|
||||||
sed -i "s/^PREVIOUS_SPECIFICATION_VERSION=.*/PREVIOUS_SPECIFICATION_VERSION=$VERSION/" .github/scripts/update-spec-repo-links.sh
|
sed -i "s/^PREVIOUS_SPECIFICATION_VERSION=.*/PREVIOUS_SPECIFICATION_VERSION=$VERSION/" .github/scripts/update-spec-repo-links.sh
|
||||||
|
|
||||||
- uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
|
- uses: actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
|
||||||
id: otelbot-token
|
id: otelbot-token
|
||||||
with:
|
with:
|
||||||
app-id: ${{ vars.OTELBOT_APP_ID }}
|
app-id: ${{ vars.OTELBOT_APP_ID }}
|
||||||
|
|
|
||||||
|
|
@ -43,7 +43,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
make chlog-update VERSION=v${{ inputs.version }}
|
make chlog-update VERSION=v${{ inputs.version }}
|
||||||
|
|
||||||
- uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
|
- uses: actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
|
||||||
id: otelbot-token
|
id: otelbot-token
|
||||||
with:
|
with:
|
||||||
app-id: ${{ vars.OTELBOT_APP_ID }}
|
app-id: ${{ vars.OTELBOT_APP_ID }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue