Skip to content

Commit

Permalink
seems creator of token left company
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmitry-lahoda committed Apr 19, 2023
1 parent 77130aa commit 87f3059
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- 'release-v[0-9]+\.[0-9]+\.[0-9]+'

env:
GITHUB_TOKEN: ${{ secrets.COMPOSABLE_GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GLADOS_GITHUB_TOKEN }}
NIX_VERSION: nix-2.13.2
NIXPKGS_CHANNEL: nixos-22.11
CACHIX_COMPOSABLE: composable-community
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
fail_on_unmatched_files: true
generate_release_notes: true
body_path: release-artifacts/release.txt
name: ${{ github.ref_name }}
name: ${{ github.ref_name }}-prerelease
tag_name: ${{ github.ref_name }}
target_commitish: ${{ github.sha }}
files: |
Expand Down

0 comments on commit 87f3059

Please sign in to comment.