Skip to content

Commit de8bf59

Browse files
ci: Ensure workflows run on update flagsmith environment PRs (#6957)
1 parent cf9d70d commit de8bf59

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/update-flagsmith-environment.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ jobs:
3333
run: poetry run python manage.py updateflagsmithenvironment
3434

3535
- name: Create Pull Request
36-
uses: peter-evans/create-pull-request@v5
36+
uses: peter-evans/create-pull-request@v8
3737
with:
3838
commit-message: Update API Flagsmith Defaults
39-
branch: chore/update-api-flagsmith-environment
4039
delete-branch: true
41-
title: 'chore: update Flagsmith environment document'
40+
title: 'chore: Update Flagsmith environment document'
4241
labels: api
42+
token: ${{ secrets.UPDATE_ENVIRONMENT_DOCUMENT_WORKFLOW_GH_PAT }}

0 commit comments

Comments
 (0)