Skip to content

Commit

Permalink
Merge pull request #2 from cthit/hotfix/push-packages
Browse files Browse the repository at this point in the history
Fix packages permission
  • Loading branch information
GAsplund authored Apr 11, 2024
2 parents ddae14b + fa14e3c commit a7c4cc3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-mediawiki.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ on:
pull_request:
branches: [master]

env:
WORKFLOW_NODE_VERSION: 20.x

jobs:
build:
name: Build docker container

runs-on: ubuntu-latest

permissions:
packages: write

steps:
-
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build-proxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ on:
pull_request:
branches: [master]

env:
WORKFLOW_NODE_VERSION: 20.x

jobs:
build:
name: Build docker container

runs-on: ubuntu-latest

permissions:
packages: write

steps:
-
Expand Down

0 comments on commit a7c4cc3

Please sign in to comment.