Skip to content

Commit

Permalink
ci(github-action): update actions/create-github-app-token action ( v1…
Browse files Browse the repository at this point in the history
….10.1 → v1.10.2 )

| datasource  | package                         | from    | to      |
| ----------- | ------------------------------- | ------- | ------- |
| github-tags | actions/create-github-app-token | v1.10.1 | v1.10.2 |
  • Loading branch information
repo-duster[bot] committed Jun 26, 2024
1 parent 20ca6c5 commit 25a79e2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/charts-release-ghpages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: "Generate Short Lived OAuth App Token (ghs_*)"
uses: actions/[email protected].1
uses: actions/[email protected].2
id: app-token
with:
app-id: "${{ secrets.BJWS_APP_ID }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- name: "Generate Short Lived OAuth App Token (ghs_*)"
uses: actions/[email protected].1
uses: actions/[email protected].2
id: app-token
with:
app-id: "${{ secrets.BJWS_APP_ID }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag-charts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: "Generate Short Lived OAuth App Token (ghs_*)"
uses: actions/[email protected].1
uses: actions/[email protected].2
id: app-token
with:
app-id: "${{ secrets.BJWS_APP_ID }}"
Expand Down

0 comments on commit 25a79e2

Please sign in to comment.