Skip to content

Commit

Permalink
Merge pull request #4 from jpoehnelt/main
Browse files Browse the repository at this point in the history
  • Loading branch information
zardoy committed May 4, 2024
2 parents a892c94 + a316cde commit c057550
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sync-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
env:
OUTPUT: ${{ steps.repos.outputs.npm-packages }}
- name: Sync NPM Token
uses: google/secrets-sync-action@master
uses: jpoehnelt/secrets-sync-action@master
with:
secrets: |
^NPM_TOKEN$
Expand All @@ -29,7 +29,7 @@ jobs:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GH_TOKEN: ${{ secrets.SYNC_GITHUB_TOKEN }}
- name: Sync VSCE & OVSX Tokens (PAT)
uses: google/secrets-sync-action@master
uses: jpoehnelt/secrets-sync-action@master
with:
secrets: |
^VSCE_PAT$
Expand Down

0 comments on commit c057550

Please sign in to comment.