Skip to content

Commit

Permalink
Add OS_BOTIFY_COMMIT_TOKEN (#447)
Browse files Browse the repository at this point in the history
  • Loading branch information
roryabraham authored Jul 31, 2024
1 parent 356b4d3 commit 32bbe49
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
- uses: actions/checkout@v4
with:
ref: main
# The OS_BOTIFY_COMMIT_TOKEN is a personal access token tied to osbotify
# This is a workaround to allow pushes to a protected branch
token: ${{ secrets.OS_BOTIFY_COMMIT_TOKEN }}

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

0 comments on commit 32bbe49

Please sign in to comment.