Skip to content

Commit

Permalink
Merge branch 'bugfix/1328-write-to-master'
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdvegas committed Aug 2, 2022
2 parents 53e717c + b5a2f41 commit c785946
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,12 @@ jobs:
ref: master
path: src

# This is a PAT from an Admin user. We do this in order to be able to write to a
# protected branch (master) from this workflow.
# See https://github.community/t/how-to-push-to-protected-branches-in-a-github-action/16101/14
#
token: "${{ secrets.GH_ACTION_TOKEN }}"

# Note failing due to
# https://github.com/actions/virtual-environments/issues/675
#
Expand Down

0 comments on commit c785946

Please sign in to comment.