Skip to content

Commit

Permalink
Update update-prefixes.yml
Browse files Browse the repository at this point in the history
Resolves #320
  • Loading branch information
macbre committed Jun 14, 2021
1 parent e856471 commit 29f1de6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update-prefixes.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: CSS prefixes

# Controls when the action will run.
# Controls when the action will run.
on:
schedule:
# * is a special character in YAML so you have to quote this string
Expand Down Expand Up @@ -61,12 +61,12 @@ jobs:
with:
source_branch: "prefixes-update" # see above
destination_branch: "devel"

# When you use the repository's GITHUB_TOKEN to perform tasks on behalf of the GitHub Actions app,
# events triggered by the GITHUB_TOKEN will not create a new workflow run.
#
# Use a repo scoped Personal Access Token (PAT) created on an account that has write access
# to the repository that pull requests are being created in.
# to the repository that pull requests are being created in.
#
# https://github.com/peter-evans/create-pull-request/blob/master/docs/concepts-guidelines.md#triggering-further-workflow-runs
github_token: ${{ secrets.PAT_TOKEN }}
Expand Down

0 comments on commit 29f1de6

Please sign in to comment.