Skip to content

Commit

Permalink
DEV2-3546 replace token in alpha job
Browse files Browse the repository at this point in the history
  • Loading branch information
yonip23 committed Aug 28, 2023
1 parent a34b1f7 commit 4e98ad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/alpha_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
with:
repository: codota/vsix-name-modifier
ref: main
token: ${{ secrets.MODIFIER_PAT }}
token: ${{ secrets.GH_BUILDER_TOKEN }}
path: ./.github/actions/vsix-name-modifier
- name: Replace displayName
uses: ./.github/actions/vsix-name-modifier
Expand Down

0 comments on commit 4e98ad1

Please sign in to comment.