ci(github-action): update actions/create-github-app-token action to v1.10.0

| datasource  | package                         | from   | to      |
| ----------- | ------------------------------- | ------ | ------- |
| github-tags | actions/create-github-app-token | v1.9.3 | v1.10.0 |
This commit is contained in:
renovate[bot] 2024-05-01 23:52:02 +00:00
parent 4301277bc6
commit a27de01152

View file

@ -22,7 +22,7 @@ jobs:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- name: "Generate Short Lived OAuth App Token (ghs_*)"
uses: actions/create-github-app-token@v1.9.3
uses: actions/create-github-app-token@v1.10.0
id: app-token
with:
app-id: "${{ secrets.TRUXNELL_APP_ID }}"