Skip to content

Commit

Permalink
Merge pull request #9615 from NREL/9614_CI_Package_Upload
Browse files Browse the repository at this point in the history
Fix #9614 - Ajust YAML permissions to allow action to upload asset to release
  • Loading branch information
Myoldmopar authored Aug 24, 2022
2 parents 90d36c7 + 1d78c36 commit 56f3a89
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/linux_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
strategy:
matrix:
os: [ubuntu-18.04, ubuntu-20.04]
permissions:
# Needed permission to upload the release asset
contents: write

steps:
- uses: actions/checkout@v2
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/mac_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
macos_dev_target: 11.6
- os: macos-11
macos_dev_target: 10.15
permissions:
# Needed permission to upload the release asset
contents: write

steps:
- uses: actions/checkout@v2
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/windows_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
allow_failure: false
vs-generator: Win32
package-arch: i386
permissions:
# Needed permission to upload the release asset
contents: write

steps:
- uses: actions/checkout@v2
Expand Down

10 comments on commit 56f3a89

@nrel-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

develop (Myoldmopar) - Win64-Windows-10-VisualStudio-16: OK (2560 of 2560 tests passed, 0 test warnings)

Build Badge Test Badge

@nrel-bot-2b
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

develop (Myoldmopar) - x86_64-Linux-Ubuntu-18.04-gcc-7.5: OK (2582 of 2582 tests passed, 0 test warnings)

Build Badge Test Badge

@nrel-bot-3
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

develop (Myoldmopar) - x86_64-MacOS-10.17-clang-13.0.0: OK (2561 of 2561 tests passed, 0 test warnings)

Build Badge Test Badge

@nrel-bot-2c
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

develop (Myoldmopar) - x86_64-Linux-Ubuntu-18.04-gcc-7.5-UnitTestsCoverage-Debug: OK (1794 of 1794 tests passed, 0 test warnings)

Build Badge Test Badge Coverage Badge

@nrel-bot-2
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

develop (Myoldmopar) - x86_64-Linux-Ubuntu-18.04-gcc-7.5-IntegrationCoverage-Debug: OK (770 of 770 tests passed, 0 test warnings)

Build Badge Test Badge Coverage Badge

@nrel-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

9609SCCenterZeroError (Myoldmopar) - Win64-Windows-10-VisualStudio-16: OK (2560 of 2560 tests passed, 0 test warnings)

Build Badge Test Badge

@nrel-bot-2b
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

9609SCCenterZeroError (Myoldmopar) - x86_64-Linux-Ubuntu-18.04-gcc-7.5: OK (3367 of 3367 tests passed, 0 test warnings)

Build Badge Test Badge

@nrel-bot-2b
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

9609SCCenterZeroError (Myoldmopar) - x86_64-Linux-Ubuntu-18.04-gcc-7.5-UnitTestsCoverage-Debug: OK (1794 of 1794 tests passed, 0 test warnings)

Build Badge Test Badge Coverage Badge

@nrel-bot-3
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

9609SCCenterZeroError (Myoldmopar) - x86_64-MacOS-10.17-clang-13.0.0: OK (3326 of 3326 tests passed, 0 test warnings)

Build Badge Test Badge

@nrel-bot-2b
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

9609SCCenterZeroError (Myoldmopar) - x86_64-Linux-Ubuntu-18.04-gcc-7.5-IntegrationCoverage-Debug: OK (769 of 770 tests passed, 0 test warnings)

Failures:\n

integration Test Summary

  • Passed: 769
  • Timeout: 1

Build Badge Test Badge Coverage Badge

Please sign in to comment.