Skip to content

Commit

Permalink
Bump actions/create-github-app-token from 1.6.1 to 1.6.2 (#1570)
Browse files Browse the repository at this point in the history
Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 1.6.1 to 1.6.2.
- [Release notes](https://github.com/actions/create-github-app-token/releases)
- [Commits](actions/create-github-app-token@46e4a50...2986852)

---
updated-dependencies:
- dependency-name: actions/create-github-app-token
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 11, 2023
1 parent 7bbde8f commit 2bfe69a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # tag=v3

- name: Get GitHub App token
uses: actions/create-github-app-token@46e4a501e119d39574a54e53a06c9a705efc55c9 # v1.6.1
uses: actions/create-github-app-token@2986852ad836768dfea7781f31828eb3e17990fa # v1.6.2
id: app-token
with:
app_id: ${{ secrets.GH_APP_ID }}
Expand Down

0 comments on commit 2bfe69a

Please sign in to comment.