Skip to content

Commit a60336d

Browse files
committed
fix: update AOT compatibility workflow to include package permissions
Signed-off-by: André Silva <2493377+askpt@users.noreply.github.com>
1 parent b44d773 commit a60336d

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/aot-compatibility.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
name: AOT Test (${{ matrix.os }}, ${{ matrix.arch }})
1414
permissions:
1515
contents: read
16+
packages: read
1617
strategy:
1718
fail-fast: false
1819
matrix:
@@ -57,10 +58,6 @@ jobs:
5758
with:
5859
global-json-file: global.json
5960

60-
- name: Authenticate against GitHub Registry
61-
shell: pwsh
62-
run: dotnet nuget add source --username ${{ github.actor }} --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name github "https://nuget.pkg.github.com/open-feature/index.json"
63-
6461
- name: Restore dependencies
6562
shell: pwsh
6663
run: dotnet restore

0 commit comments

Comments
 (0)