We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01bf2c4 commit 1183ee7Copy full SHA for 1183ee7
1 file changed
.github/workflows/publish-dev-package.yml
@@ -45,6 +45,9 @@ jobs:
45
#the prune command deletes older -dev package versions to avoid clutter
46
#it deletes any versions of the $packageIds with "-dev" that are older than the first $maxDevVersions
47
- name: Prune old -dev packages
48
+ env:
49
+ AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY }}
50
+ AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_KEY }}
51
shell: pwsh
52
run: |
53
$dryRun = $false
0 commit comments