Skip to content

Commit f16e899

Browse files
committed
fix: always generate token so I can see if this works
1 parent 443e6b4 commit f16e899

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
131131
- name: Generate tokens
132132
id: app-token
133-
if: always() && !cancelled() && github.event_name == 'schedule'
133+
if: always()
134134
uses: actions/create-github-app-token@v2
135135
with:
136136
app-id: ${{ vars.ISSUE_CREATOR_APP_ID }}

0 commit comments

Comments
 (0)