We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce89595 commit 0ed29a6Copy full SHA for 0ed29a6
.github/workflows/publish.yml
@@ -14,11 +14,11 @@ jobs:
14
- name: Pushes to another repository
15
uses: cpina/github-action-push-to-another-repository@main
16
env:
17
- SSH_DEPLOY_KEY: ${{ secrets.SSH_DEPLOY_KEY }}
+ API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
18
with:
19
source-directory: 'output'
20
destination-github-username: 'ist-group'
21
destination-repository-name: 'ist-group.github.io'
22
user-email: jonas.erlandsson@ist.com
23
target-branch: main
24
- target-directory: 'rest-guidelines'
+ target-directory: 'rest-guidelines'
0 commit comments