Skip to content

Commit

Permalink
ICU-22350 Give maven.yml packages:write
Browse files Browse the repository at this point in the history
Signed-off-by: Pedro Kaj Kjellerup Nacht <pnacht@google.com>
  • Loading branch information
pnacht authored and markusicu committed Jul 20, 2023
1 parent c7e967c commit 281a2a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/maven.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ permissions:
jobs:
publish:
runs-on: ubuntu-latest
permissions:
packages: write
steps:
- uses: actions/checkout@v3
with:
Expand Down

1 comment on commit 281a2a7

@github-actions
Copy link

Choose a reason for hiding this comment

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

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: 281a2a7 Previous: c7e967c Ratio
TestCharsetEncoderICU 9.421217469595106 ns/iter 4.068717892026485 ns/iter 2.32

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.