build(deps): bump actions/create-github-app-token from 2.0.6 to 2.1.0
Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 2.0.6 to 2.1.0.
- [Release notes](https://github.com/actions/create-github-app-token/releases)
- [Commits](df432ceedc...0f859bf9e6)
---
updated-dependencies:
- dependency-name: actions/create-github-app-token
dependency-version: 2.1.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
2
.github/workflows/backport.yml
vendored
2
.github/workflows/backport.yml
vendored
@@ -27,7 +27,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
# Use a GitHub App to create the PR so that CI gets triggered
|
# Use a GitHub App to create the PR so that CI gets triggered
|
||||||
# The App is scoped to Repository > Contents and Pull Requests: write for Nixpkgs
|
# The App is scoped to Repository > Contents and Pull Requests: write for Nixpkgs
|
||||||
- uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
|
- uses: actions/create-github-app-token@0f859bf9e69e887678d5bbfbee594437cb440ffe # v2.1.0
|
||||||
id: app-token
|
id: app-token
|
||||||
with:
|
with:
|
||||||
app-id: ${{ vars.NIXPKGS_CI_APP_ID }}
|
app-id: ${{ vars.NIXPKGS_CI_APP_ID }}
|
||||||
|
|||||||
4
.github/workflows/codeowners-v2.yml
vendored
4
.github/workflows/codeowners-v2.yml
vendored
@@ -71,7 +71,7 @@ jobs:
|
|||||||
- name: Build codeowners validator
|
- name: Build codeowners validator
|
||||||
run: nix-build trusted/ci -A codeownersValidator
|
run: nix-build trusted/ci -A codeownersValidator
|
||||||
|
|
||||||
- uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
|
- uses: actions/create-github-app-token@0f859bf9e69e887678d5bbfbee594437cb440ffe # v2.1.0
|
||||||
if: github.event_name == 'pull_request_target' && vars.OWNER_RO_APP_ID
|
if: github.event_name == 'pull_request_target' && vars.OWNER_RO_APP_ID
|
||||||
id: app-token
|
id: app-token
|
||||||
with:
|
with:
|
||||||
@@ -120,7 +120,7 @@ jobs:
|
|||||||
- name: Build review request package
|
- name: Build review request package
|
||||||
run: nix-build trusted/ci -A requestReviews
|
run: nix-build trusted/ci -A requestReviews
|
||||||
|
|
||||||
- uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
|
- uses: actions/create-github-app-token@0f859bf9e69e887678d5bbfbee594437cb440ffe # v2.1.0
|
||||||
if: github.event_name == 'pull_request_target' && vars.OWNER_APP_ID
|
if: github.event_name == 'pull_request_target' && vars.OWNER_APP_ID
|
||||||
id: app-token
|
id: app-token
|
||||||
with:
|
with:
|
||||||
|
|||||||
2
.github/workflows/edited.yml
vendored
2
.github/workflows/edited.yml
vendored
@@ -36,7 +36,7 @@ jobs:
|
|||||||
# Use a GitHub App to create the PR so that CI gets triggered
|
# Use a GitHub App to create the PR so that CI gets triggered
|
||||||
# The App is scoped to Repository > Contents and Pull Requests: write for Nixpkgs
|
# The App is scoped to Repository > Contents and Pull Requests: write for Nixpkgs
|
||||||
# We only need Pull Requests: write here, but the app is also used for backports.
|
# We only need Pull Requests: write here, but the app is also used for backports.
|
||||||
- uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
|
- uses: actions/create-github-app-token@0f859bf9e69e887678d5bbfbee594437cb440ffe # v2.1.0
|
||||||
id: app-token
|
id: app-token
|
||||||
with:
|
with:
|
||||||
app-id: ${{ vars.NIXPKGS_CI_APP_ID }}
|
app-id: ${{ vars.NIXPKGS_CI_APP_ID }}
|
||||||
|
|||||||
2
.github/workflows/labels.yml
vendored
2
.github/workflows/labels.yml
vendored
@@ -49,7 +49,7 @@ jobs:
|
|||||||
run: npm install @actions/artifact bottleneck
|
run: npm install @actions/artifact bottleneck
|
||||||
|
|
||||||
# Use a GitHub App, because it has much higher rate limits: 12,500 instead of 5,000 req / hour.
|
# Use a GitHub App, because it has much higher rate limits: 12,500 instead of 5,000 req / hour.
|
||||||
- uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
|
- uses: actions/create-github-app-token@0f859bf9e69e887678d5bbfbee594437cb440ffe # v2.1.0
|
||||||
if: vars.NIXPKGS_CI_APP_ID
|
if: vars.NIXPKGS_CI_APP_ID
|
||||||
id: app-token
|
id: app-token
|
||||||
with:
|
with:
|
||||||
|
|||||||
2
.github/workflows/periodic-merge.yml
vendored
2
.github/workflows/periodic-merge.yml
vendored
@@ -23,7 +23,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
# Use a GitHub App to create the PR so that CI gets triggered
|
# Use a GitHub App to create the PR so that CI gets triggered
|
||||||
# The App is scoped to Repository > Contents and Pull Requests: write for Nixpkgs
|
# The App is scoped to Repository > Contents and Pull Requests: write for Nixpkgs
|
||||||
- uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
|
- uses: actions/create-github-app-token@0f859bf9e69e887678d5bbfbee594437cb440ffe # v2.1.0
|
||||||
id: app-token
|
id: app-token
|
||||||
with:
|
with:
|
||||||
app-id: ${{ vars.NIXPKGS_CI_APP_ID }}
|
app-id: ${{ vars.NIXPKGS_CI_APP_ID }}
|
||||||
|
|||||||
2
.github/workflows/reviewers.yml
vendored
2
.github/workflows/reviewers.yml
vendored
@@ -45,7 +45,7 @@ jobs:
|
|||||||
|
|
||||||
# See ./codeowners-v2.yml, reuse the same App because we need the same permissions
|
# See ./codeowners-v2.yml, reuse the same App because we need the same permissions
|
||||||
# Can't use the token received from permissions above, because it can't get enough permissions
|
# Can't use the token received from permissions above, because it can't get enough permissions
|
||||||
- uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
|
- uses: actions/create-github-app-token@0f859bf9e69e887678d5bbfbee594437cb440ffe # v2.1.0
|
||||||
if: github.event_name == 'pull_request_target' && vars.OWNER_APP_ID
|
if: github.event_name == 'pull_request_target' && vars.OWNER_APP_ID
|
||||||
id: app-token
|
id: app-token
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user