Skip to content

Commit

Permalink
Add access to Github Packages to Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sylwester-zielinski committed Jul 26, 2024
1 parent 5b627e0 commit 954163b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
- "**"
- "!main"

env:
GITHUB_USERNAME: ${{ secrets.GITHUB_ACTOR }}
GITHUB_PASSWORD: ${{ secrets.GITHUB_TOKEN }}

jobs:
lint:
runs-on: ubuntu-latest
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
branches:
- "main"

env:
GITHUB_USERNAME: ${{ secrets.GITHUB_ACTOR }}
GITHUB_PASSWORD: ${{ secrets.GITHUB_TOKEN }}

jobs:
lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 954163b

Please sign in to comment.