Skip to content

Commit

Permalink
Merge pull request #1290 from NatLibFi/issue1288-github-actions-permi…
Browse files Browse the repository at this point in the history
…ssions

Permit GitHub Actions CI to write Packages, needed for php-build caching
  • Loading branch information
osma authored Mar 14, 2022
2 parents 214eeb7 + 42fdd6f commit ffc1d62
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on: [push, pull_request, workflow_dispatch]
jobs:
build-test:
runs-on: ubuntu-latest
permissions:
packages: write
timeout-minutes: 10
continue-on-error: ${{ matrix.experimental }}
strategy:
Expand Down

0 comments on commit ffc1d62

Please sign in to comment.