Update pull-request-artifacts config

pull/2999/head^2
Jonathan Bennett 2023-12-07 21:22:30 -06:00 zatwierdzone przez GitHub
rodzic 8ea19d665a
commit 671112f47d
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 7 dodań i 1 usunięć

Wyświetl plik

@ -212,6 +212,13 @@ jobs:
repository: ${{github.event.pull_request.head.repo.full_name}}
gather-artifacts:
permissions:
# Required to upload/save artifact, otherwise you'll get
# "Error: Resource not accessible by integration"
contents: write
# Required to post comment, otherwise you'll get
# "Error: Resource not accessible by integration"
pull-requests: write
runs-on: ubuntu-latest
needs:
[
@ -292,7 +299,6 @@ jobs:
artifacts-token: ${{ secrets.ARTIFACTS_TOKEN }}
artifacts-repo: meshtastic/artifacts
artifacts-branch: device
artifacts-prefix: pr
artifacts: ./firmware-${{ steps.version.outputs.version }}.zip
release-artifacts: