Skip to content

Commit

Permalink
pass secret as env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewChubatiuk committed Jan 27, 2025
1 parent 2bfcd91 commit 5a3a722
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ jobs:
git_user_signingkey: true
git_commit_gpgsign: true
- name: Prepare release notes if tag not exists
environment:
GRAFANA_ACCESS_POLICY_TOKEN: ${{ secrets.GRAFANA_ACCESS_POLICY_TOKEN }}
run: |
export PKG_TAG="v$(yq -r '.version' package.json)"
if git show-ref --tags --verify --quiet "refs/tags/${TAG}"; then
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20-alpine3.17
FROM node:20-alpine3.21

RUN apk update && apk upgrade
RUN apk add --update python3 make g++ # for Mac M1 processors
Expand Down

0 comments on commit 5a3a722

Please sign in to comment.