Skip to content

Commit 277e872

Browse files
authored
Remove generate token step from Test Docker Compose (#317)
1 parent 109cb2a commit 277e872

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

.github/workflows/test-docker-compose.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,8 @@ jobs:
1717
if: |
1818
!startsWith(github.head_ref, 'release-')
1919
steps:
20-
- name: Generate a token
21-
id: generate_token
22-
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
23-
with:
24-
app-id: ${{ secrets.GH_BOT_APP_ID }}
25-
private-key: ${{ secrets.GH_BOT_APP_KEY }}
26-
2720
- name: Checkout
2821
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
29-
with:
30-
token: ${{ steps.generate_token.outputs.token }}
3122

3223
- name: Wait for container images build
3324
run: |

0 commit comments

Comments
 (0)