Skip to content

Commit 0ed29a6

Browse files
authored
Update publish.yml
1 parent ce89595 commit 0ed29a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
- name: Pushes to another repository
1515
uses: cpina/github-action-push-to-another-repository@main
1616
env:
17-
SSH_DEPLOY_KEY: ${{ secrets.SSH_DEPLOY_KEY }}
17+
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
1818
with:
1919
source-directory: 'output'
2020
destination-github-username: 'ist-group'
2121
destination-repository-name: 'ist-group.github.io'
2222
user-email: jonas.erlandsson@ist.com
2323
target-branch: main
24-
target-directory: 'rest-guidelines'
24+
target-directory: 'rest-guidelines'

0 commit comments

Comments
 (0)