Skip to content

Commit

Permalink
Merge pull request #522 from Expensify/Rory-FixOnyxPublish
Browse files Browse the repository at this point in the history
[No QA] Add commit token to fix publish workflow
  • Loading branch information
luacmartins authored Mar 27, 2024
2 parents 879d653 + ae41bd6 commit f64fddb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
- uses: actions/checkout@v4
with:
ref: main
# The OS_BOTIFY_COMMIT_TOKEN is a personal access token tied to osbotify, which allows him to push to protected branches
token: ${{ secrets.OS_BOTIFY_COMMIT_TOKEN }}

- name: Decrypt & Import OSBotify GPG key
run: |
Expand Down

0 comments on commit f64fddb

Please sign in to comment.