Skip to content

Commit

Permalink
Merge pull request #68 from neonwatty/user-defined-namespaces
Browse files Browse the repository at this point in the history
brakeman update
  • Loading branch information
neonwatty authored Feb 6, 2025
2 parents f87b99a + de9cf2b commit 1d37e70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pro-app-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.TOKEN_GITHUB }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Docker Meta
id: meta
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/standard-app-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.TOKEN_GITHUB }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Docker Meta
id: meta
Expand Down

0 comments on commit 1d37e70

Please sign in to comment.