Skip to content

Commit

Permalink
ci: set GITHUB_ACCESS_TOKEN variable
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Jul 4, 2024
1 parent f632510 commit 9e69fa8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
plugin: deno
args: |
compile -A --output fluentci --target ${{ matrix.target }} main.ts
env:
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Set env
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
- name: Archive assets
Expand All @@ -40,6 +42,7 @@ jobs:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
ACCOUNT_ID: fe5b1e2ce9f94f4c0415ab94ce402012
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload release assets
run: |
for ext in tar.gz tar.gz.sha256; do
Expand All @@ -49,3 +52,4 @@ jobs:
env:
TAG: ${{ env.RELEASE_VERSION }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 9e69fa8

Please sign in to comment.