mirror of
https://github.com/ansible/ansible-documentation.git
synced 2026-03-26 13:18:58 +07:00
Bump actions/create-github-app-token from 2 to 3 (#3539)
Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 2 to 3. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](https://github.com/actions/create-github-app-token/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/labeler.yml
vendored
2
.github/workflows/labeler.yml
vendored
@@ -47,7 +47,7 @@ jobs:
|
||||
echo "${event_json}"
|
||||
- name: Generate temp GITHUB_TOKEN
|
||||
id: create_token
|
||||
uses: actions/create-github-app-token@v2
|
||||
uses: actions/create-github-app-token@v3
|
||||
with:
|
||||
app-id: ${{ secrets.BOT_APP_ID }}
|
||||
private-key: ${{ secrets.BOT_APP_KEY }}
|
||||
|
||||
2
.github/workflows/release-porting-guide.yml
vendored
2
.github/workflows/release-porting-guide.yml
vendored
@@ -33,7 +33,7 @@ jobs:
|
||||
|
||||
- name: Generate temp GITHUB_TOKEN
|
||||
id: create_token
|
||||
uses: actions/create-github-app-token@v2
|
||||
uses: actions/create-github-app-token@v3
|
||||
with:
|
||||
app-id: ${{ secrets.BOT_APP_ID }} # From github-bot environment
|
||||
private-key: ${{ secrets.BOT_APP_KEY }} # From github-bot environment
|
||||
|
||||
2
.github/workflows/reusable-pip-compile.yml
vendored
2
.github/workflows/reusable-pip-compile.yml
vendored
@@ -88,7 +88,7 @@ jobs:
|
||||
nox ${{ inputs.nox-args }}
|
||||
- name: Generate temp GITHUB_TOKEN
|
||||
id: create_token
|
||||
uses: actions/create-github-app-token@v2
|
||||
uses: actions/create-github-app-token@v3
|
||||
with:
|
||||
app-id: ${{ secrets.BOT_APP_ID }}
|
||||
private-key: ${{ secrets.BOT_APP_KEY }}
|
||||
|
||||
2
.github/workflows/tag.yml
vendored
2
.github/workflows/tag.yml
vendored
@@ -23,7 +23,7 @@ jobs:
|
||||
steps:
|
||||
- name: Generate temp GITHUB_TOKEN
|
||||
id: create_token
|
||||
uses: actions/create-github-app-token@v2
|
||||
uses: actions/create-github-app-token@v3
|
||||
with:
|
||||
app-id: ${{ secrets.BOT_APP_ID }}
|
||||
private-key: ${{ secrets.BOT_APP_KEY }}
|
||||
|
||||
Reference in New Issue
Block a user