Skip to content

Commit

Permalink
Swtich from using PAT to a deploy key with read privileges.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hjaf authored Apr 2, 2024
1 parent fdca7f8 commit 6f99913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/setup_azure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
repository: 'equinor/design-system-internal'
ref: main
token: ${{ secrets.PAT_INTERNAL }}
ssh-key: ${{ secrets.DEPLOY_KEY_INTERNAL }}
# Do the actual deployment
- name: deploy 🚀
id: deploy
Expand Down

0 comments on commit 6f99913

Please sign in to comment.